Html Css Color HEX #504BAA Rich Blue

📋 copy color: '#504BAA'

red 80 ◦ green 75 ◦ blue 170

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

Shades of Rich Blue #504BAA

Tints of Rich Blue #504BAA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

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

R = 24.62%
G = 23.08%
B = 52.31%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#504BAA (or 0x504BAA) is known color: Rich Blue. HEX triplet: 50, 4B and AA. RGB value is (80,75,170). Sum of RGB (Red+Green+Blue) = 80+75+170=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #504BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504BAA is #AFB455. Grayscale: #565656. Windows color (decimal): -11514966 or 11160400. OLE color: 11160400.

HSL color Cylindrical-coordinate representation of color #504BAA: hue angle of 243.16º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #504BAA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 75 170 -
CMYK 0.53 0.56 0 0.33
HSL 243.16º 0.39% 0.48% -
HSV(B) 243.16º 0.56% 0.67% -
XYZ 13.08 9.64 39.2 -
YUV 87.33 174.66 122.78 -
System Red Green Blue C M Y K H S L
Decimal 80 75 170 0.53 0.56 0 0.33 243.16 0.39 0.48
Hex 50 4B AA 35 38 0 21 F3 27 30
Octal 120 113 252 65 70 0 41 363 47 60
Binary 1010000 1001011 10101010 110101 111000 0 100001 11110011 100111 110000

Color Harmonies of #504BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BAA

Black with #504BAA

Text Example


Text Example

White with #504BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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