#566790

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

Shades of Waikawa Grey #566790

Tints of Waikawa Grey #566790

Color information

#566790 (or 0x566790) is unknown color: approx Waikawa Grey. HEX triplet: 56, 67 and 90. RGB value is (86,103,144). Sum of RGB (Red+Green+Blue) = 86+103+144=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 144 - color contains mainly: blue. Hex color #566790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566790 is #A9986F. Grayscale: #666666. Windows color (decimal): -11114608 or 9463638. OLE color: 9463638.

HSL color Cylindrical-coordinate representation of color #566790: hue angle of 222.41º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #566790 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB86103144-
CMYK0.400.2800.44
HSL222.41º25.22%45.1%-
HSV(B)222.41º40.28%56.47%-
XYZ13.7213.6928.31-
YUV102.59151.37116.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.83%
GREEN value IS 103 (40.62% from 255) = 30.93%
BLUE value IS 144 (56.64% from 255) = 43.24%
R=25.83%
G=30.93%
B=43.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861031440.400.2800.44222.4125.2245.1
Hex566790281C02Cde192d
Octal12614722050340543363155
Binary10101101100111100100001010001110001011001101111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566790; }

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

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

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

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

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

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

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

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