#566392

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

Shades of Waikawa Grey #566392

Tints of Waikawa Grey #566392

Color information

#566392 (or 0x566392) is unknown color: approx Waikawa Grey. HEX triplet: 56, 63 and 92. RGB value is (86,99,146). Sum of RGB (Red+Green+Blue) = 86+99+146=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #566392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566392 is #A99C6D. Grayscale: #646464. Windows color (decimal): -11115630 or 9593686. OLE color: 9593686.

HSL color Cylindrical-coordinate representation of color #566392: hue angle of 227º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566392 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8699146-
CMYK0.410.3200.43
HSL227º25.86%45.49%-
HSV(B)227º41.1%57.25%-
XYZ13.4912.9828.99-
YUV100.47153.69117.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.98%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 146 (57.42% from 255) = 44.11%
R=25.98%
G=29.91%
B=44.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86991460.410.3200.4322725.8645.49
Hex566392292002Be31a2d
Octal12614322251400533433255
Binary101011011000111001001010100110000001010111110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566392; }

 p { color: rgb(86,99,146); }

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

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

 a { background-color: rgb(86,99,146); }

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

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

 span { border-color: rgb(86,99,146); }

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