Html Css Color HEX #5F5997 Governor Bay

📋 copy color: '#5F5997'

red 95 ◦ green 89 ◦ blue 151

#5F5997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #5F5997

Tints of Governor Bay #5F5997

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 value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F5997 (or 0x5F5997) is known color: 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

RGB 95 89 151 -
CMYK 0.37 0.41 0 0.41
HSL 245.81º 0.26% 0.47% -
HSV(B) 245.81º 0.41% 0.59% -
XYZ 13.88 11.81 30.83 -
YUV 97.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 95 89 151 0.37 0.41 0 0.41 245.81 0.26 0.47
Hex 5F 59 97 25 29 0 29 F6 1A 2F
Octal 137 131 227 45 51 0 51 366 32 57
Binary 1011111 1011001 10010111 100101 101001 0 101001 11110110 11010 101111

Color Harmonies of #5F5997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5997

Black with #5F5997

Text Example


Text Example

White with #5F5997

Text Example


Text Example

HTML Codes & Css Web 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>