#566598

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

Shades of Waikawa Grey #566598

Tints of Waikawa Grey #566598

Color information

#566598 (or 0x566598) is unknown color: approx Waikawa Grey. HEX triplet: 56, 65 and 98. RGB value is (86,101,152). Sum of RGB (Red+Green+Blue) = 86+101+152=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #566598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566598 is #A99A67. Grayscale: #666666. Windows color (decimal): -11115112 or 9987414. OLE color: 9987414.

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

Color convert

RGB86101152-
CMYK0.430.3400.40
HSL226.36º27.73%46.67%-
HSV(B)226.36º43.42%59.61%-
XYZ14.1613.5531.58-
YUV102.33156.03116.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=25.37%
G=29.79%
B=44.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861011520.430.3400.40226.3627.7346.67
Hex5665982B22028e21c2f
Octal12614523053420503423457
Binary101011011001011001100010101110001001010001110001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566598; }

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

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

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

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

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

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

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

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