#566696

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

Shades of Waikawa Grey #566696

Tints of Waikawa Grey #566696

Color information

#566696 (or 0x566696) is unknown color: approx Waikawa Grey. HEX triplet: 56, 66 and 96. RGB value is (86,102,150). Sum of RGB (Red+Green+Blue) = 86+102+150=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #566696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566696 is #A99969. Grayscale: #666666. Windows color (decimal): -11114858 or 9856598. OLE color: 9856598.

HSL color Cylindrical-coordinate representation of color #566696: hue angle of 225º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #566696 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB86102150-
CMYK0.430.3200.41
HSL225º27.12%46.27%-
HSV(B)225º42.67%58.82%-
XYZ14.0913.6830.75-
YUV102.69154.7116.1-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 150 (58.98% from 255) = 44.38%
R=25.44%
G=30.18%
B=44.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal861021500.430.3200.4122527.1246.27
Hex5666962B20029e11b2e
Octal12614622653400513413356
Binary101011011001101001011010101110000001010011110000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566696; }

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

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

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

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

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

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

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

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