#555885

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

Shades of Governor Bay #555885

Tints of Governor Bay #555885

Color information

#555885 (or 0x555885) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 85. RGB value is (85,88,133). Sum of RGB (Red+Green+Blue) = 85+88+133=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #555885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555885 is #AAA77A. Grayscale: #5C5C5C. Windows color (decimal): -11183995 or 8738901. OLE color: 8738901.

HSL color Cylindrical-coordinate representation of color #555885: hue angle of 236.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #555885 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8588133-
CMYK0.360.3400.48
HSL236.25º22.02%42.75%-
HSV(B)236.25º36.09%52.16%-
XYZ11.4710.623.63-
YUV92.23151.01122.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=27.78%
G=28.76%
B=43.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85881330.360.3400.48236.2522.0242.75
Hex5558852422030ec162b
Octal12513020544420603542653
Binary101010110110001000010110010010001001100001110110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555885; }

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

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

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

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

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

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

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

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