#555895

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

Shades of Governor Bay #555895

Tints of Governor Bay #555895

Color information

#555895 (or 0x555895) is unknown color: approx Governor Bay. HEX triplet: 55, 58 and 95. RGB value is (85,88,149). Sum of RGB (Red+Green+Blue) = 85+88+149=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 149 (58.59% from 255 or 46.27% from 322); Max value from RGB is 149 - color contains mainly: blue. Hex color #555895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555895 is #AAA76A. Grayscale: #5D5D5D. Windows color (decimal): -11183979 or 9787477. OLE color: 9787477.

HSL color Cylindrical-coordinate representation of color #555895: hue angle of 237.19º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #555895 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8588149-
CMYK0.430.4100.42
HSL237.19º27.35%45.88%-
HSV(B)237.19º42.95%58.43%-
XYZ12.6611.0829.91-
YUV94.06159.01121.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.40%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 149 (58.59% from 255) = 46.27%
R=26.40%
G=27.33%
B=46.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85881490.430.4100.42237.1927.3545.88
Hex5558952B2902Aed1b2e
Octal12513022553510523553356
Binary101010110110001001010110101110100101010101110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555895; }

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

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

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

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

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

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

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

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