#5F5993

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

Shades of Governor Bay #5F5993

Tints of Governor Bay #5F5993

Color information

#5F5993 (or 0x5F5993) is unknown color: approx Governor Bay. HEX triplet: 5F, 59 and 93. RGB value is (95,89,147). Sum of RGB (Red+Green+Blue) = 95+89+147=331 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.70% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F5993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F5993 is #A0A66C. Grayscale: #616161. Windows color (decimal): -10528365 or 9656671. OLE color: 9656671.

HSL color Cylindrical-coordinate representation of color #5F5993: hue angle of 246.21º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F5993 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9589147-
CMYK0.350.3900.42
HSL246.21º24.58%46.27%-
HSV(B)246.21º39.46%57.65%-
XYZ13.5611.6829.14-
YUV97.41155.99126.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.70%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=28.70%
G=26.89%
B=44.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95891470.350.3900.42246.2124.5846.27
Hex5F5993232702Af6192e
Octal13713122343470523663156
Binary101111110110011001001110001110011101010101111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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