Html Css Color HEX #505996 Governor Bay

📋 copy color: '#505996'

red 80 ◦ green 89 ◦ blue 150

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

Shades of Governor Bay #505996

Tints of Governor Bay #505996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 25.08%
G = 27.9%
B = 47.02%

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

#505996 (or 0x505996) is known color: Governor Bay. HEX triplet: 50, 59 and 96. RGB value is (80,89,150). Sum of RGB (Red+Green+Blue) = 80+89+150=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 150 - color contains mainly: blue. Hex color #505996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505996 is #AFA669. Grayscale: #5D5D5D. Windows color (decimal): -11511402 or 9853264. OLE color: 9853264.

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

Color convert

RGB 80 89 150 -
CMYK 0.47 0.41 0 0.41
HSL 232.29º 0.3% 0.45% -
HSV(B) 232.29º 0.47% 0.59% -
XYZ 12.39 11.05 30.33 -
YUV 93.26 160.02 118.54 -
System Red Green Blue C M Y K H S L
Decimal 80 89 150 0.47 0.41 0 0.41 232.29 0.3 0.45
Hex 50 59 96 2F 29 0 29 E8 1E 2D
Octal 120 131 226 57 51 0 51 350 36 55
Binary 1010000 1011001 10010110 101111 101001 0 101001 11101000 11110 101101

Color Harmonies of #505996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505996

Black with #505996

Text Example


Text Example

White with #505996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505996; }

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

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

background-color css

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

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

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

border-color css

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

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

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