#565499

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

Shades of Governor Bay #565499

Tints of Governor Bay #565499

Color information

#565499 (or 0x565499) is unknown color: approx Governor Bay. HEX triplet: 56, 54 and 99. RGB value is (86,84,153). Sum of RGB (Red+Green+Blue) = 86+84+153=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #565499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565499 is #A9AB66. Grayscale: #5C5C5C. Windows color (decimal): -11119463 or 10048598. OLE color: 10048598.

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

Color convert

RGB8684153-
CMYK0.440.4500.4
HSL241.74º29.11%46.47%-
HSV(B)241.74º45.1%60%-
XYZ12.7610.6231.51-
YUV92.46162.16123.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 153 (60.16% from 255) = 47.37%
R=26.63%
G=26.01%
B=47.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal86841530.440.4500.4241.7429.1146.47
Hex5654992C2D028f21d2e
Octal12612423154550503623556
Binary101011010101001001100110110010110101010001111001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565499; }

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

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

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

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

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

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

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

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