#566998

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

Shades of Waikawa Grey #566998

Tints of Waikawa Grey #566998

Color information

#566998 (or 0x566998) is unknown color: approx Waikawa Grey. HEX triplet: 56, 69 and 98. RGB value is (86,105,152). Sum of RGB (Red+Green+Blue) = 86+105+152=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 105 (41.41% from 255 or 30.61% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 152 - color contains mainly: blue. Hex color #566998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566998 is #A99667. Grayscale: #686868. Windows color (decimal): -11114088 or 9988438. OLE color: 9988438.

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

Color convert

RGB86105152-
CMYK0.430.3100.40
HSL222.73º27.73%46.67%-
HSV(B)222.73º43.42%59.61%-
XYZ14.5614.3531.71-
YUV104.68154.71114.68-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.07%
GREEN value IS 105 (41.41% from 255) = 30.61%
BLUE value IS 152 (59.77% from 255) = 44.31%
R=25.07%
G=30.61%
B=44.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861051520.430.3100.40222.7327.7346.67
Hex5669982B1F028df1c2f
Octal12615123053370503373457
Binary10101101101001100110001010111111101010001101111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566998; }

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

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

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

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

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

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

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

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