#566592

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

Shades of Waikawa Grey #566592

Tints of Waikawa Grey #566592

Color information

#566592 (or 0x566592) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 92. RGB value is (86,101,146). Sum of RGB (Red+Green+Blue) = 86+101+146=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #566592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566592 is #A99A6D. Grayscale: #656565. Windows color (decimal): -11115118 or 9594198. OLE color: 9594198.

HSL color Cylindrical-coordinate representation of color #566592: hue angle of 225º 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 #566592 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB86101146-
CMYK0.410.3100.43
HSL225º25.86%45.49%-
HSV(B)225º41.1%57.25%-
XYZ13.6813.3629.05-
YUV101.65153.03116.84-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 101 (39.84% from 255) = 30.33%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=25.83%
G=30.33%
B=43.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861011460.410.3100.4322525.8645.49
Hex566592291F02Be11a2d
Octal12614522251370533413255
Binary10101101100101100100101010011111101010111110000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566592; }

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

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

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

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

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

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

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

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