#566294

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

Shades of Waikawa Grey #566294

Tints of Waikawa Grey #566294

Color information

#566294 (or 0x566294) is unknown color: approx Waikawa Grey. HEX triplet: 56, 62 and 94. RGB value is (86,98,148). Sum of RGB (Red+Green+Blue) = 86+98+148=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #566294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566294 is #A99D6B. Grayscale: #636363. Windows color (decimal): -11115884 or 9724502. OLE color: 9724502.

HSL color Cylindrical-coordinate representation of color #566294: hue angle of 228.39º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #566294 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8698148-
CMYK0.420.3400.42
HSL228.39º26.5%45.88%-
HSV(B)228.39º41.89%58.04%-
XYZ13.5512.8529.78-
YUV100.11155.02117.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.90%
GREEN value IS 98 (38.67% from 255) = 29.52%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=25.90%
G=29.52%
B=44.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal86981480.420.3400.42228.3926.545.88
Hex5662942A2202Ae41a2e
Octal12614222452420523443256
Binary101011011000101001010010101010001001010101110010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566294; }

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

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

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

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

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

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

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

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