#5F5997

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

Shades of Governor Bay #5F5997

Tints of Governor Bay #5F5997

Color information

#5F5997 (or 0x5F5997) is unknown color: approx Governor Bay. HEX triplet: 5F, 59 and 97. RGB value is (95,89,151). Sum of RGB (Red+Green+Blue) = 95+89+151=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F5997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5997 is #A0A668. Grayscale: #616161. Windows color (decimal): -10528361 or 9918815. OLE color: 9918815.

HSL color Cylindrical-coordinate representation of color #5F5997: hue angle of 245.81º 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 #5F5997 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9589151-
CMYK0.370.4100.41
HSL245.81º25.83%47.06%-
HSV(B)245.81º41.06%59.22%-
XYZ13.8811.8130.83-
YUV97.86157.99125.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 151 (59.38% from 255) = 45.07%
R=28.36%
G=26.57%
B=45.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95891510.370.4100.41245.8125.8347.06
Hex5F59972529029f61a2f
Octal13713122745510513663257
Binary101111110110011001011110010110100101010011111011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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