#555F96

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

Shades of Governor Bay #555F96

Tints of Governor Bay #555F96

Color information

#555F96 (or 0x555F96) is unknown color: approx Governor Bay. HEX triplet: 55, 5F and 96. RGB value is (85,95,150). Sum of RGB (Red+Green+Blue) = 85+95+150=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #555F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555F96 is #AAA069. Grayscale: #626262. Windows color (decimal): -11182186 or 9854805. OLE color: 9854805.

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

Color convert

RGB8595150-
CMYK0.430.3700.41
HSL230.77º27.66%46.08%-
HSV(B)230.77º43.33%58.82%-
XYZ13.3412.3230.53-
YUV98.28157.19118.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 95 (37.5% from 255) = 28.79%
BLUE value IS 150 (58.98% from 255) = 45.45%
R=25.76%
G=28.79%
B=45.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85951500.430.3700.41230.7727.6646.08
Hex555F962B25029e71c2e
Octal12513722653450513473456
Binary101010110111111001011010101110010101010011110011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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