#566798

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

Shades of Waikawa Grey #566798

Tints of Waikawa Grey #566798

Color information

#566798 (or 0x566798) is unknown color: approx Waikawa Grey. HEX triplet: 56, 67 and 98. RGB value is (86,103,152). Sum of RGB (Red+Green+Blue) = 86+103+152=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #566798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566798 is #A99867. Grayscale: #676767. Windows color (decimal): -11114600 or 9987926. OLE color: 9987926.

HSL color Cylindrical-coordinate representation of color #566798: hue angle of 224.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566798 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86103152-
CMYK0.430.3200.40
HSL224.55º27.73%46.67%-
HSV(B)224.55º43.42%59.61%-
XYZ14.3613.9531.64-
YUV103.5155.37115.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 152 (59.77% from 255) = 44.57%
R=25.22%
G=30.21%
B=44.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861031520.430.3200.40224.5527.7346.67
Hex5667982B20028e11c2f
Octal12614723053400503413457
Binary101011011001111001100010101110000001010001110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566798; }

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

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

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

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

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

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

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

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