#555E93

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

Shades of Governor Bay #555E93

Tints of Governor Bay #555E93

Color information

#555E93 (or 0x555E93) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 93. RGB value is (85,94,147). Sum of RGB (Red+Green+Blue) = 85+94+147=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #555E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E93 is #AAA16C. Grayscale: #616161. Windows color (decimal): -11182445 or 9657941. OLE color: 9657941.

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

Color convert

RGB8594147-
CMYK0.420.3600.42
HSL231.29º26.72%45.49%-
HSV(B)231.29º42.18%57.65%-
XYZ13.0212.0429.24-
YUV97.35156.02119.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=26.07%
G=28.83%
B=45.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85941470.420.3600.42231.2926.7245.49
Hex555E932A2402Ae71b2d
Octal12513622352440523473355
Binary101010110111101001001110101010010001010101110011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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