#566698

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

Shades of Waikawa Grey #566698

Tints of Waikawa Grey #566698

Color information

#566698 (or 0x566698) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 98. RGB value is (86,102,152). Sum of RGB (Red+Green+Blue) = 86+102+152=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #566698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566698 is #A99967. Grayscale: #666666. Windows color (decimal): -11114856 or 9987670. OLE color: 9987670.

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

Color convert

RGB86102152-
CMYK0.430.3300.40
HSL225.45º27.73%46.67%-
HSV(B)225.45º43.42%59.61%-
XYZ14.2613.7531.61-
YUV102.92155.7115.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.29%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=25.29%
G=30%
B=44.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861021520.430.3300.40225.4527.7346.67
Hex5666982B21028e11c2f
Octal12614623053410503413457
Binary101011011001101001100010101110000101010001110000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566698; }

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

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

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

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

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

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

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

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