#555598

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

Shades of Governor Bay #555598

Tints of Governor Bay #555598

Color information

#555598 (or 0x555598) is unknown color: approx Governor Bay. HEX triplet: 55, 55 and 98. RGB value is (85,85,152). Sum of RGB (Red+Green+Blue) = 85+85+152=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 152 (59.77% from 255 or 47.20% from 322); Max value from RGB is 152 - color contains mainly: blue. Hex color #555598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555598 is #AAAA67. Grayscale: #5C5C5C. Windows color (decimal): -11184744 or 9983317. OLE color: 9983317.

HSL color Cylindrical-coordinate representation of color #555598: hue angle of 240º 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 #555598 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8585152-
CMYK0.440.4400.40
HSL240º28.27%46.47%-
HSV(B)240º44.08%59.61%-
XYZ12.6610.731.1-
YUV92.64161.5122.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 152 (59.77% from 255) = 47.20%
R=26.40%
G=26.40%
B=47.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85851520.440.4400.4024028.2746.47
Hex5555982C2C028f01c2e
Octal12512523054540503603456
Binary101010110101011001100010110010110001010001111000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555598; }

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

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

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

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

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

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

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

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