#566399

Color #566399 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #566399

Tints of Governor Bay #566399

Color information

#566399 (or 0x566399) is unknown color: approx Governor Bay. HEX triplet: 56, 63 and 99. RGB value is (86,99,153). Sum of RGB (Red+Green+Blue) = 86+99+153=338 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.44% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #566399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566399 is #A99C66. Grayscale: #656565. Windows color (decimal): -11115623 or 10052438. OLE color: 10052438.

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

Color convert

RGB8699153-
CMYK0.440.3500.4
HSL228.36º28.03%46.86%-
HSV(B)228.36º43.79%60%-
XYZ14.0513.231.94-
YUV101.27157.19117.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.44%
GREEN value IS 99 (39.06% from 255) = 29.29%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=25.44%
G=29.29%
B=45.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86991530.440.3500.4228.3628.0346.86
Hex5663992C23028e41c2f
Octal12614323154430503443457
Binary101011011000111001100110110010001101010001110010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566399; }

 p { color: rgb(86,99,153); }

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

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

 a { background-color: rgb(86,99,153); }

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

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

 span { border-color: rgb(86,99,153); }

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