#566590

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

Shades of Waikawa Grey #566590

Tints of Waikawa Grey #566590

Color information

#566590 (or 0x566590) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 90. RGB value is (86,101,144). Sum of RGB (Red+Green+Blue) = 86+101+144=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #566590 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566590 is #A99A6F. Grayscale: #656565. Windows color (decimal): -11115120 or 9463126. OLE color: 9463126.

HSL color Cylindrical-coordinate representation of color #566590: hue angle of 224.48º 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 #566590 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86101144-
CMYK0.400.3000.44
HSL224.48º25.22%45.1%-
HSV(B)224.48º40.28%56.47%-
XYZ13.5313.328.24-
YUV101.42152.03117-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 101 (39.84% from 255) = 30.51%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=25.98%
G=30.51%
B=43.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861011440.400.3000.44224.4825.2245.1
Hex566590281E02Ce0192d
Octal12614522050360543403155
Binary10101101100101100100001010001111001011001110000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566590; }

 p { color: rgb(86,101,144); }

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

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

 a { background-color: rgb(86,101,144); }

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

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

 span { border-color: rgb(86,101,144); }

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