#565699

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

Shades of Governor Bay #565699

Tints of Governor Bay #565699

Color information

#565699 (or 0x565699) is unknown color: approx Governor Bay. HEX triplet: 56, 56 and 99. RGB value is (86,86,153). Sum of RGB (Red+Green+Blue) = 86+86+153=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #565699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565699 is #A9A966. Grayscale: #5D5D5D. Windows color (decimal): -11118951 or 10049110. OLE color: 10049110.

HSL color Cylindrical-coordinate representation of color #565699: hue angle of 240º 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 #565699 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8686153-
CMYK0.440.4400.4
HSL240º28.03%46.86%-
HSV(B)240º43.79%60%-
XYZ12.9210.9331.57-
YUV93.64161.5122.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 86 (33.98% from 255) = 26.46%
BLUE value IS 153 (60.16% from 255) = 47.08%
R=26.46%
G=26.46%
B=47.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86861530.440.4400.424028.0346.86
Hex5656992C2C028f01c2f
Octal12612623154540503603457
Binary101011010101101001100110110010110001010001111000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565699; }

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

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

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

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

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

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

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

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