#555E92

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

Shades of Governor Bay #555E92

Tints of Governor Bay #555E92

Color information

#555E92 (or 0x555E92) is unknown color: approx Governor Bay. HEX triplet: 55, 5E and 92. RGB value is (85,94,146). Sum of RGB (Red+Green+Blue) = 85+94+146=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #555E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555E92 is #AAA16D. Grayscale: #616161. Windows color (decimal): -11182446 or 9592405. OLE color: 9592405.

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

Color convert

RGB8594146-
CMYK0.420.3600.43
HSL231.15º26.41%45.29%-
HSV(B)231.15º41.78%57.25%-
XYZ12.9412.0128.83-
YUV97.24155.52119.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.15%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 146 (57.42% from 255) = 44.92%
R=26.15%
G=28.92%
B=44.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85941460.420.3600.43231.1526.4145.29
Hex555E922A2402Be71a2d
Octal12513622252440533473255
Binary101010110111101001001010101010010001010111110011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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