Html Css Color HEX #505997 Governor Bay

📋 copy color: '#505997'

red 80 ◦ green 89 ◦ blue 151

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

Shades of Governor Bay #505997

Tints of Governor Bay #505997

RGB

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

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

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

R = 25%
G = 27.81%
B = 47.19%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#505997 (or 0x505997) is known color: Governor Bay. HEX triplet: 50, 59 and 97. RGB value is (80,89,151). Sum of RGB (Red+Green+Blue) = 80+89+151=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 151 (59.38% from 255 or 47.19% from 320); Max value from RGB is 151 - color contains mainly: blue. Hex color #505997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505997 is #AFA668. Grayscale: #5D5D5D. Windows color (decimal): -11511401 or 9918800. OLE color: 9918800.

HSL color Cylindrical-coordinate representation of color #505997: hue angle of 232.39º 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 #505997 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 89 151 -
CMYK 0.47 0.41 0 0.41
HSL 232.39º 0.31% 0.45% -
HSV(B) 232.39º 0.47% 0.59% -
XYZ 12.47 11.08 30.76 -
YUV 93.38 160.52 118.46 -
System Red Green Blue C M Y K H S L
Decimal 80 89 151 0.47 0.41 0 0.41 232.39 0.31 0.45
Hex 50 59 97 2F 29 0 29 E8 1F 2D
Octal 120 131 227 57 51 0 51 350 37 55
Binary 1010000 1011001 10010111 101111 101001 0 101001 11101000 11111 101101

Color Harmonies of #505997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505997

Black with #505997

Text Example


Text Example

White with #505997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505997; }

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

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

background-color css

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

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

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

border-color css

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

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

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