#555883

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

Shades of Governor Bay #555883

Tints of Governor Bay #555883

Color information

#555883 (or 0x555883) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 83. RGB value is (85,88,131). Sum of RGB (Red+Green+Blue) = 85+88+131=304 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.96% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #555883 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555883 is #AAA77C. Grayscale: #5B5B5B. Windows color (decimal): -11183997 or 8607829. OLE color: 8607829.

HSL color Cylindrical-coordinate representation of color #555883: hue angle of 236.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #555883 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8588131-
CMYK0.350.3300.49
HSL236.09º21.3%42.35%-
HSV(B)236.09º35.11%51.37%-
XYZ11.3310.5522.91-
YUV92150.01123-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.96%
GREEN value IS 88 (34.77% from 255) = 28.95%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=27.96%
G=28.95%
B=43.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85881310.350.3300.49236.0921.342.35
Hex5558832321031ec152a
Octal12513020343410613542552
Binary101010110110001000001110001110000101100011110110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555883; }

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

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

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

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

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

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

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

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