Html Css Color HEX #5049A5 Governor Bay

📋 copy color: '#5049A5'

red 80 ◦ green 73 ◦ blue 165

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

Shades of Governor Bay #5049A5

Tints of Governor Bay #5049A5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 165 (64.84% from 255) = 51.89%

R = 25.16%
G = 22.96%
B = 51.89%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5049A5 (or 0x5049A5) is known color: Governor Bay. HEX triplet: 50, 49 and A5. RGB value is (80,73,165). Sum of RGB (Red+Green+Blue) = 80+73+165=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 165 (64.84% from 255 or 51.89% from 318); Max value from RGB is 165 - color contains mainly: blue. Hex color #5049A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5049A5 is #AFB65A. Grayscale: #555555. Windows color (decimal): -11515483 or 10832208. OLE color: 10832208.

HSL color Cylindrical-coordinate representation of color #5049A5: hue angle of 244.57º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5049A5 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 73 165 -
CMYK 0.52 0.56 0 0.35
HSL 244.57º 0.39% 0.47% -
HSV(B) 244.57º 0.56% 0.65% -
XYZ 12.48 9.19 36.71 -
YUV 85.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 80 73 165 0.52 0.56 0 0.35 244.57 0.39 0.47
Hex 50 49 A5 34 38 0 23 F5 27 2F
Octal 120 111 245 64 70 0 43 365 47 57
Binary 1010000 1001001 10100101 110100 111000 0 100011 11110101 100111 101111

Color Harmonies of #5049A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049A5

Black with #5049A5

Text Example


Text Example

White with #5049A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049A5; }

 p { color: rgb(80,73,165); }

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

background-color css

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

 a { background-color: rgb(80,73,165); }

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

border-color css

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

 span { border-color: rgb(80,73,165); }

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