#556099

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

Shades of Governor Bay #556099

Tints of Governor Bay #556099

Color information

#556099 (or 0x556099) is unknown color: approx Governor Bay. HEX triplet: 55, 60 and 99. RGB value is (85,96,153). Sum of RGB (Red+Green+Blue) = 85+96+153=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #556099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556099 is #AA9F66. Grayscale: #626262. Windows color (decimal): -11181927 or 10051669. OLE color: 10051669.

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

Color convert

RGB8596153-
CMYK0.440.3700.4
HSL230.29º28.57%46.67%-
HSV(B)230.29º44.44%60%-
XYZ13.6812.631.85-
YUV99.21158.36117.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=25.45%
G=28.74%
B=45.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal85961530.440.3700.4230.2928.5746.67
Hex5560992C25028e61d2f
Octal12514023154450503463557
Binary101010111000001001100110110010010101010001110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556099; }

 p { color: rgb(85,96,153); }

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

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

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

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

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

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

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