#555E91

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

Shades of Governor Bay #555E91

Tints of Governor Bay #555E91

Color information

#555E91 (or 0x555E91) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 91. RGB value is (85,94,145). Sum of RGB (Red+Green+Blue) = 85+94+145=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #555E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E91 is #AAA16E. Grayscale: #606060. Windows color (decimal): -11182447 or 9526869. OLE color: 9526869.

HSL color Cylindrical-coordinate representation of color #555E91: hue angle of 231º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #555E91 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8594145-
CMYK0.410.3500.43
HSL231º26.09%45.1%-
HSV(B)231º41.38%56.86%-
XYZ12.8611.9828.42-
YUV97.12155.02119.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=26.23%
G=29.01%
B=44.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85941450.410.3500.4323126.0945.1
Hex555E91292302Be71a2d
Octal12513622151430533473255
Binary101010110111101001000110100110001101010111110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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