#566694

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

Shades of Waikawa Grey #566694

Tints of Waikawa Grey #566694

Color information

#566694 (or 0x566694) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 94. RGB value is (86,102,148). Sum of RGB (Red+Green+Blue) = 86+102+148=336 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.60% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #566694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566694 is #A9996B. Grayscale: #666666. Windows color (decimal): -11114860 or 9725526. OLE color: 9725526.

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

Color convert

RGB86102148-
CMYK0.420.3100.42
HSL224.52º26.5%45.88%-
HSV(B)224.52º41.89%58.04%-
XYZ13.9313.6229.91-
YUV102.46153.7116.26-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.60%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 148 (58.20% from 255) = 44.05%
R=25.60%
G=30.36%
B=44.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal861021480.420.3100.42224.5226.545.88
Hex5666942A1F02Ae11a2e
Octal12614622452370523413256
Binary10101101100110100101001010101111101010101110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566694; }

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

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

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

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

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

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

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

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