Html Css Color HEX #5040AA Blue Gem

📋 copy color: '#5040AA'

red 80 ◦ green 64 ◦ blue 170

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

Shades of Blue Gem #5040AA

Tints of Blue Gem #5040AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.38%

 BLUE value IS 170 (66.8% from 255) = 54.14%

R = 25.48%
G = 20.38%
B = 54.14%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5040AA (or 0x5040AA) is known color: Blue Gem. HEX triplet: 50, 40 and AA. RGB value is (80,64,170). Sum of RGB (Red+Green+Blue) = 80+64+170=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #5040AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5040AA is #AFBF55. Grayscale: #505050. Windows color (decimal): -11517782 or 11157584. OLE color: 11157584.

HSL color Cylindrical-coordinate representation of color #5040AA: hue angle of 249.06º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5040AA is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 64 170 -
CMYK 0.53 0.62 0 0.33
HSL 249.06º 0.45% 0.46% -
HSV(B) 249.06º 0.62% 0.67% -
XYZ 12.4 8.27 38.97 -
YUV 80.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 80 64 170 0.53 0.62 0 0.33 249.06 0.45 0.46
Hex 50 40 AA 35 3E 0 21 F9 2D 2E
Octal 120 100 252 65 76 0 41 371 55 56
Binary 1010000 1000000 10101010 110101 111110 0 100001 11111001 101101 101110

Color Harmonies of #5040AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040AA

Black with #5040AA

Text Example


Text Example

White with #5040AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5040AA; }

 p { color: rgb(80,64,170); }

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

background-color css

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

 a { background-color: rgb(80,64,170); }

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

border-color css

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

 span { border-color: rgb(80,64,170); }

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