#5F5995

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

Shades of Governor Bay #5F5995

Tints of Governor Bay #5F5995

Color information

#5F5995 (or 0x5F5995) is unknown color: approx Governor Bay. HEX triplet: 5F, 59 and 95. RGB value is (95,89,149). Sum of RGB (Red+Green+Blue) = 95+89+149=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5995 is #A0A66A. Grayscale: #616161. Windows color (decimal): -10528363 or 9787743. OLE color: 9787743.

HSL color Cylindrical-coordinate representation of color #5F5995: hue angle of 246º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F5995 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9589149-
CMYK0.360.4000.42
HSL246º25.21%46.67%-
HSV(B)246º40.27%58.43%-
XYZ13.7211.7529.98-
YUV97.63156.99126.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.53%
GREEN value IS 89 (35.16% from 255) = 26.73%
BLUE value IS 149 (58.59% from 255) = 44.74%
R=28.53%
G=26.73%
B=44.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95891490.360.4000.4224625.2146.67
Hex5F5995242802Af6192f
Octal13713122544500523663157
Binary101111110110011001010110010010100001010101111011011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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