#555795

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

Shades of Governor Bay #555795

Tints of Governor Bay #555795

Color information

#555795 (or 0x555795) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 95. RGB value is (85,87,149). Sum of RGB (Red+Green+Blue) = 85+87+149=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #555795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555795 is #AAA86A. Grayscale: #5D5D5D. Windows color (decimal): -11184235 or 9787221. OLE color: 9787221.

HSL color Cylindrical-coordinate representation of color #555795: hue angle of 238.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555795 is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8587149-
CMYK0.430.4200.42
HSL238.12º27.35%45.88%-
HSV(B)238.12º42.95%58.43%-
XYZ12.5810.9229.88-
YUV93.47159.34121.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.48%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=26.48%
G=27.10%
B=46.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85871490.430.4200.42238.1227.3545.88
Hex5557952B2A02Aee1b2e
Octal12512722553520523563356
Binary101010110101111001010110101110101001010101110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555795; }

 p { color: rgb(85,87,149); }

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

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

 a { background-color: rgb(85,87,149); }

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

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

 span { border-color: rgb(85,87,149); }

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