#566292

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

Shades of Waikawa Grey #566292

Tints of Waikawa Grey #566292

Color information

#566292 (or 0x566292) is unknown color: approx Waikawa Grey. HEX triplet: 56, 62 and 92. RGB value is (86,98,146). Sum of RGB (Red+Green+Blue) = 86+98+146=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #566292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566292 is #A99D6D. Grayscale: #636363. Windows color (decimal): -11115886 or 9593430. OLE color: 9593430.

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

Color convert

RGB8698146-
CMYK0.410.3300.43
HSL228º25.86%45.49%-
HSV(B)228º41.1%57.25%-
XYZ13.3912.7928.96-
YUV99.88154.02118.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 98 (38.67% from 255) = 29.70%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=26.06%
G=29.70%
B=44.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal86981460.410.3300.4322825.8645.49
Hex566292292102Be41a2d
Octal12614222251410533443255
Binary101011011000101001001010100110000101010111110010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566292; }

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

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

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

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

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

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

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

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