Html Css Color HEX #505199 Governor Bay

📋 copy color: '#505199'

red 80 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #505199

Tints of Governor Bay #505199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 153 (60.16% from 255) = 48.73%

R = 25.48%
G = 25.8%
B = 48.73%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#505199 (or 0x505199) is known color: Governor Bay. HEX triplet: 50, 51 and 99. RGB value is (80,81,153). Sum of RGB (Red+Green+Blue) = 80+81+153=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #505199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505199 is #AFAE66. Grayscale: #585858. Windows color (decimal): -11513447 or 10047824. OLE color: 10047824.

HSL color Cylindrical-coordinate representation of color #505199: hue angle of 239.18º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #505199 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 81 153 -
CMYK 0.48 0.47 0 0.4
HSL 239.18º 0.31% 0.46% -
HSV(B) 239.18º 0.48% 0.6% -
XYZ 12 9.89 31.41 -
YUV 88.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 80 81 153 0.48 0.47 0 0.4 239.18 0.31 0.46
Hex 50 51 99 30 2F 0 28 EF 1F 2E
Octal 120 121 231 60 57 0 50 357 37 56
Binary 1010000 1010001 10011001 110000 101111 0 101000 11101111 11111 101110

Color Harmonies of #505199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505199

Black with #505199

Text Example


Text Example

White with #505199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505199; }

 p { color: rgb(80,81,153); }

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

background-color css

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

 a { background-color: rgb(80,81,153); }

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

border-color css

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

 span { border-color: rgb(80,81,153); }

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