#576790

Color #576790 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #576790

Tints of Waikawa Grey #576790

Color information

#576790 (or 0x576790) is unknown color: approx Waikawa Grey. HEX triplet: 57, 67 and 90. RGB value is (87,103,144). Sum of RGB (Red+Green+Blue) = 87+103+144=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 144 - color contains mainly: blue. Hex color #576790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576790 is #A8986F. Grayscale: #666666. Windows color (decimal): -11049072 or 9463639. OLE color: 9463639.

HSL color Cylindrical-coordinate representation of color #576790: hue angle of 223.16º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576790 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB87103144-
CMYK0.400.2800.44
HSL223.16º24.68%45.29%-
HSV(B)223.16º39.58%56.47%-
XYZ13.8113.7428.31-
YUV102.89151.2116.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 103 (40.62% from 255) = 30.84%
BLUE value IS 144 (56.64% from 255) = 43.11%
R=26.05%
G=30.84%
B=43.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal871031440.400.2800.44223.1624.6845.29
Hex576790281C02Cdf192d
Octal12714722050340543373155
Binary10101111100111100100001010001110001011001101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576790; }

 p { color: rgb(87,103,144); }

 H1.HeaderClassName
 {
   color: #576790;
 }
 .AnyTagClassName
 {
   color: #576790;
 }
</style>
background-color css

<style>
 a { background-color: #576790; }

 a { background-color: rgb(87,103,144); }

 div.DivClassName
 {
   background-color: #576790;
 }
 .BgClassName
 {
   background-color: #576790;
 }
</style>
border-color css

<style>
 span { border-color: #576790; }

 span { border-color: rgb(87,103,144); }

 td.TdClassName
 {
   border-color: #576790;
 }
 .TagClassName
 {
   border-color: #576790;
 }
</style>