Html Css Color HEX #505E97 Governor Bay

📋 copy color: '#505E97'

red 80 ◦ green 94 ◦ blue 151

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

Shades of Governor Bay #505E97

Tints of Governor Bay #505E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 24.62%
G = 28.92%
B = 46.46%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505E97 (or 0x505E97) is known color: Governor Bay. HEX triplet: 50, 5E and 97. RGB value is (80,94,151). Sum of RGB (Red+Green+Blue) = 80+94+151=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #505E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505E97 is #AFA168. Grayscale: #606060. Windows color (decimal): -11510121 or 9920080. OLE color: 9920080.

HSL color Cylindrical-coordinate representation of color #505E97: hue angle of 228.17º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #505E97 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 94 151 -
CMYK 0.47 0.38 0 0.41
HSL 228.17º 0.31% 0.45% -
HSV(B) 228.17º 0.47% 0.59% -
XYZ 12.9 11.95 30.9 -
YUV 96.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 80 94 151 0.47 0.38 0 0.41 228.17 0.31 0.45
Hex 50 5E 97 2F 26 0 29 E4 1F 2D
Octal 120 136 227 57 46 0 51 344 37 55
Binary 1010000 1011110 10010111 101111 100110 0 101001 11100100 11111 101101

Color Harmonies of #505E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E97

Black with #505E97

Text Example


Text Example

White with #505E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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