#5E5992

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

Shades of Governor Bay #5E5992

Tints of Governor Bay #5E5992

Color information

#5E5992 (or 0x5E5992) is unknown color: approx Governor Bay. HEX triplet: 5E, 59 and 92. RGB value is (94,89,146). Sum of RGB (Red+Green+Blue) = 94+89+146=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E5992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5992 is #A1A66D. Grayscale: #606060. Windows color (decimal): -10593902 or 9591134. OLE color: 9591134.

HSL color Cylindrical-coordinate representation of color #5E5992: hue angle of 245.26º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E5992 is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9489146-
CMYK0.360.3900.43
HSL245.26º24.26%46.08%-
HSV(B)245.26º39.04%57.25%-
XYZ13.3811.628.73-
YUV96.99155.66125.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.57%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=28.57%
G=27.05%
B=44.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal94891460.360.3900.43245.2624.2646.08
Hex5E5992242702Bf5182e
Octal13613122244470533653056
Binary101111010110011001001010010010011101010111111010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5992; }

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

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

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

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

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

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

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

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