#555798

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

Shades of Governor Bay #555798

Tints of Governor Bay #555798

Color information

#555798 (or 0x555798) is unknown color: approx Governor Bay. HEX triplet: 55, 57 and 98. RGB value is (85,87,152). Sum of RGB (Red+Green+Blue) = 85+87+152=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #555798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555798 is #AAA867. Grayscale: #5D5D5D. Windows color (decimal): -11184232 or 9983829. OLE color: 9983829.

HSL color Cylindrical-coordinate representation of color #555798: hue angle of 238.21º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555798 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8587152-
CMYK0.440.4300.40
HSL238.21º28.27%46.47%-
HSV(B)238.21º44.08%59.61%-
XYZ12.8211.0131.16-
YUV93.81160.84121.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 152 (59.77% from 255) = 46.91%
R=26.23%
G=26.85%
B=46.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85871520.440.4300.40238.2128.2746.47
Hex5557982C2B028ee1c2e
Octal12512723054530503563456
Binary101010110101111001100010110010101101010001110111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555798; }

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

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

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

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

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

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

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

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