#5E5997

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

Shades of Governor Bay #5E5997

Tints of Governor Bay #5E5997

Color information

#5E5997 (or 0x5E5997) is unknown color: approx Governor Bay. HEX triplet: 5E, 59 and 97. RGB value is (94,89,151). Sum of RGB (Red+Green+Blue) = 94+89+151=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E5997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5997 is #A1A668. Grayscale: #616161. Windows color (decimal): -10593897 or 9918814. OLE color: 9918814.

HSL color Cylindrical-coordinate representation of color #5E5997: hue angle of 244.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E5997 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9489151-
CMYK0.380.4100.41
HSL244.84º25.83%47.06%-
HSV(B)244.84º41.06%59.22%-
XYZ13.7711.7630.82-
YUV97.56158.16125.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.14%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 151 (59.38% from 255) = 45.21%
R=28.14%
G=26.65%
B=45.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal94891510.380.4100.41244.8425.8347.06
Hex5E59972629029f51a2f
Octal13613122746510513653257
Binary101111010110011001011110011010100101010011111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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