#555196

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

Shades of Governor Bay #555196

Tints of Governor Bay #555196

Color information

#555196 (or 0x555196) is unknown color: approx Governor Bay. HEX triplet: 55, 51 and 96. RGB value is (85,81,150). Sum of RGB (Red+Green+Blue) = 85+81+150=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 150 (58.98% from 255 or 47.47% from 316); Max value from RGB is 150 - color contains mainly: blue. Hex color #555196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555196 is #AAAE69. Grayscale: #595959. Windows color (decimal): -11185770 or 9851221. OLE color: 9851221.

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

Color convert

RGB8581150-
CMYK0.430.4600.41
HSL243.48º29.87%45.29%-
HSV(B)243.48º46%58.82%-
XYZ12.1910.0230.15-
YUV90.06161.83124.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 150 (58.98% from 255) = 47.47%
R=26.90%
G=25.63%
B=47.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85811500.430.4600.41243.4829.8745.29
Hex5551962B2E029f31e2d
Octal12512122653560513633655
Binary101010110100011001011010101110111001010011111001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555196; }

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

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

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

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

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

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

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

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