#555097

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

Shades of Governor Bay #555097

Tints of Governor Bay #555097

Color information

#555097 (or 0x555097) is unknown color: approx Governor Bay. HEX triplet: 55, 50 and 97. RGB value is (85,80,151). Sum of RGB (Red+Green+Blue) = 85+80+151=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 151 (59.38% from 255 or 47.78% from 316); Max value from RGB is 151 - color contains mainly: blue. Hex color #555097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555097 is #AAAF68. Grayscale: #595959. Windows color (decimal): -11186025 or 9916501. OLE color: 9916501.

HSL color Cylindrical-coordinate representation of color #555097: hue angle of 244.23º degrees, saturation: 0.31, 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 #555097 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8580151-
CMYK0.440.4700.41
HSL244.23º30.74%45.29%-
HSV(B)244.23º47.02%59.22%-
XYZ12.29.930.55-
YUV89.59162.66124.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 151 (59.38% from 255) = 47.78%
R=26.90%
G=25.32%
B=47.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85801510.440.4700.41244.2330.7445.29
Hex5550972C2F029f41f2d
Octal12512022754570513643755
Binary101010110100001001011110110010111101010011111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555097; }

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

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

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

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

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

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

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

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