#555A96

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

Shades of Governor Bay #555A96

Tints of Governor Bay #555A96

Color information

#555A96 (or 0x555A96) is unknown color: approx Governor Bay. HEX triplet: 55, 5A and 96. RGB value is (85,90,150). Sum of RGB (Red+Green+Blue) = 85+90+150=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #555A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555A96 is #AAA569. Grayscale: #5F5F5F. Windows color (decimal): -11183466 or 9853525. OLE color: 9853525.

HSL color Cylindrical-coordinate representation of color #555A96: hue angle of 235.38º degrees, saturation: 0.28, 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 #555A96 is Cyan = 0.43, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8590150-
CMYK0.430.400.41
HSL235.38º27.66%46.08%-
HSV(B)235.38º43.33%58.82%-
XYZ12.9111.4530.38-
YUV95.34158.84120.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 90 (35.55% from 255) = 27.69%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=26.15%
G=27.69%
B=46.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85901500.430.400.41235.3827.6646.08
Hex555A962B28029eb1c2e
Octal12513222653500513533456
Binary101010110110101001011010101110100001010011110101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A96; }

 p { color: rgb(85,90,150); }

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

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

 a { background-color: rgb(85,90,150); }

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

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

 span { border-color: rgb(85,90,150); }

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