#555898

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

Shades of Governor Bay #555898

Tints of Governor Bay #555898

Color information

#555898 (or 0x555898) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 98. RGB value is (85,88,152). Sum of RGB (Red+Green+Blue) = 85+88+152=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 152 (59.77% from 255 or 46.77% from 325); Max value from RGB is 152 - color contains mainly: blue. Hex color #555898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555898 is #AAA767. Grayscale: #5E5E5E. Windows color (decimal): -11183976 or 9984085. OLE color: 9984085.

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

Color convert

RGB8588152-
CMYK0.440.4200.40
HSL237.31º28.27%46.47%-
HSV(B)237.31º44.08%59.61%-
XYZ12.911.1831.18-
YUV94.4160.51121.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 88 (34.77% from 255) = 27.08%
BLUE value IS 152 (59.77% from 255) = 46.77%
R=26.15%
G=27.08%
B=46.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85881520.440.4200.40237.3128.2746.47
Hex5558982C2A028ed1c2e
Octal12513023054520503553456
Binary101010110110001001100010110010101001010001110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555898; }

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

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

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

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

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

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

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

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