#566792

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

Shades of Waikawa Grey #566792

Tints of Waikawa Grey #566792

Color information

#566792 (or 0x566792) is unknown color: approx Waikawa Grey. HEX triplet: 56, 67 and 92. RGB value is (86,103,146). Sum of RGB (Red+Green+Blue) = 86+103+146=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #566792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566792 is #A9986D. Grayscale: #666666. Windows color (decimal): -11114606 or 9594710. OLE color: 9594710.

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

Color convert

RGB86103146-
CMYK0.410.2900.43
HSL223º25.86%45.49%-
HSV(B)223º41.1%57.25%-
XYZ13.8813.7529.12-
YUV102.82152.37116-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.67%
GREEN value IS 103 (40.62% from 255) = 30.75%
BLUE value IS 146 (57.42% from 255) = 43.58%
R=25.67%
G=30.75%
B=43.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal861031460.410.2900.4322325.8645.49
Hex566792291D02Bdf1a2d
Octal12614722251350533373255
Binary10101101100111100100101010011110101010111101111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566792; }

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

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

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

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

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

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

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

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