#555096

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

Shades of Governor Bay #555096

Tints of Governor Bay #555096

Color information

#555096 (or 0x555096) is unknown color: approx Governor Bay. HEX triplet: 55, 50 and 96. RGB value is (85,80,150). Sum of RGB (Red+Green+Blue) = 85+80+150=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #555096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555096 is #AAAF69. Grayscale: #595959. Windows color (decimal): -11186026 or 9850965. OLE color: 9850965.

HSL color Cylindrical-coordinate representation of color #555096: hue angle of 244.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #555096 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8580150-
CMYK0.430.4700.41
HSL244.29º30.43%45.1%-
HSV(B)244.29º46.67%58.82%-
XYZ12.129.8730.12-
YUV89.48162.16124.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=26.98%
G=25.40%
B=47.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85801500.430.4700.41244.2930.4345.1
Hex5550962B2F029f41e2d
Octal12512022653570513643655
Binary101010110100001001011010101110111101010011111010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555096; }

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

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

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

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

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

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

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

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