Html Css Color HEX #5E5995 Governor Bay

📋 copy color: '#5E5995'

red 94 ◦ green 89 ◦ blue 149

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

Shades of Governor Bay #5E5995

Tints of Governor Bay #5E5995

RGB

 RED value IS 94 (37.11% from 255) = 28.31%

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 28.31%
G = 26.81%
B = 44.88%

CMYK

 C value IS 0.37

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E5995 (or 0x5E5995) is known color: Governor Bay. HEX triplet: 5E, 59 and 95. RGB value is (94,89,149). Sum of RGB (Red+Green+Blue) = 94+89+149=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E5995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E5995 is #A1A66A. Grayscale: #616161. Windows color (decimal): -10593899 or 9787742. OLE color: 9787742.

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

Color convert

RGB 94 89 149 -
CMYK 0.37 0.40 0 0.42
HSL 245º 0.25% 0.47% -
HSV(B) 245º 0.4% 0.58% -
XYZ 13.61 11.69 29.97 -
YUV 97.34 157.16 125.62 -
System Red Green Blue C M Y K H S L
Decimal 94 89 149 0.37 0.40 0 0.42 245 0.25 0.47
Hex 5E 59 95 25 28 0 2A F5 19 2F
Octal 136 131 225 45 50 0 52 365 31 57
Binary 1011110 1011001 10010101 100101 101000 0 101010 11110101 11001 101111

Color Harmonies of #5E5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5995

Black with #5E5995

Text Example


Text Example

White with #5E5995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5995;
 }
 .AnyTagClassName
 {
   color: #5E5995;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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