Html Css Color HEX #505E91 Governor Bay

📋 copy color: '#505E91'

red 80 ◦ green 94 ◦ blue 145

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

Shades of Governor Bay #505E91

Tints of Governor Bay #505E91

RGB

 RED value IS 80 (31.64% from 255) = 25.08%

 GREEN value IS 94 (37.11% from 255) = 29.47%

 BLUE value IS 145 (57.03% from 255) = 45.45%

R = 25.08%
G = 29.47%
B = 45.45%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#505E91 (or 0x505E91) is known color: Governor Bay. HEX triplet: 50, 5E and 91. RGB value is (80,94,145). Sum of RGB (Red+Green+Blue) = 80+94+145=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #505E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E91 is #AFA16E. Grayscale: #5F5F5F. Windows color (decimal): -11510127 or 9526864. OLE color: 9526864.

HSL color Cylindrical-coordinate representation of color #505E91: hue angle of 227.08º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #505E91 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 94 145 -
CMYK 0.45 0.35 0 0.43
HSL 227.08º 0.29% 0.44% -
HSV(B) 227.08º 0.45% 0.57% -
XYZ 12.42 11.76 28.4 -
YUV 95.63 155.86 116.85 -
System Red Green Blue C M Y K H S L
Decimal 80 94 145 0.45 0.35 0 0.43 227.08 0.29 0.44
Hex 50 5E 91 2D 23 0 2B E3 1D 2C
Octal 120 136 221 55 43 0 53 343 35 54
Binary 1010000 1011110 10010001 101101 100011 0 101011 11100011 11101 101100

Color Harmonies of #505E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E91

Black with #505E91

Text Example


Text Example

White with #505E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E91; }

 p { color: rgb(80,94,145); }

 H1.HeaderClassName
 {
   color: #505E91;
 }
 .AnyTagClassName
 {
   color: #505E91;
 }
</style>

background-color css

<style>
 a { background-color: #505E91; }

 a { background-color: rgb(80,94,145); }

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

border-color css

<style>
 span { border-color: #505E91; }

 span { border-color: rgb(80,94,145); }

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