#5F5A95

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

Shades of Governor Bay #5F5A95

Tints of Governor Bay #5F5A95

Color information

#5F5A95 (or 0x5F5A95) is unknown color: approx Governor Bay. HEX triplet: 5F, 5A and 95. RGB value is (95,90,149). Sum of RGB (Red+Green+Blue) = 95+90+149=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F5A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5A95 is #A0A56A. Grayscale: #616161. Windows color (decimal): -10528107 or 9787999. OLE color: 9787999.

HSL color Cylindrical-coordinate representation of color #5F5A95: hue angle of 245.08º 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 #5F5A95 is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9590149-
CMYK0.360.4000.42
HSL245.08º24.69%46.86%-
HSV(B)245.08º39.6%58.43%-
XYZ13.811.9230.01-
YUV98.22156.66125.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 90 (35.55% from 255) = 26.95%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=28.44%
G=26.95%
B=44.61%

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
Decimal95901490.360.4000.42245.0824.6946.86
Hex5F5A95242802Af5192f
Octal13713222544500523653157
Binary101111110110101001010110010010100001010101111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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