#555E95

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

Shades of Governor Bay #555E95

Tints of Governor Bay #555E95

Color information

#555E95 (or 0x555E95) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 95. RGB value is (85,94,149). Sum of RGB (Red+Green+Blue) = 85+94+149=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #555E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E95 is #AAA16A. Grayscale: #616161. Windows color (decimal): -11182443 or 9789013. OLE color: 9789013.

HSL color Cylindrical-coordinate representation of color #555E95: hue angle of 231.56º 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 #555E95 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8594149-
CMYK0.430.3700.42
HSL231.56º27.35%45.88%-
HSV(B)231.56º42.95%58.43%-
XYZ13.1712.1130.08-
YUV97.58157.02119.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.91%
GREEN value IS 94 (37.11% from 255) = 28.66%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=25.91%
G=28.66%
B=45.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85941490.430.3700.42231.5627.3545.88
Hex555E952B2502Ae81b2e
Octal12513622553450523503356
Binary101010110111101001010110101110010101010101110100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555E95; }

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

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

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

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

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

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

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

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