Html Css Color HEX #504BAB Rich Blue

📋 copy color: '#504BAB'

red 80 ◦ green 75 ◦ blue 171

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

Shades of Rich Blue #504BAB

Tints of Rich Blue #504BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.45%

R = 24.54%
G = 23.01%
B = 52.45%

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

#504BAB (or 0x504BAB) is known color: Rich Blue. HEX triplet: 50, 4B and AB. RGB value is (80,75,171). Sum of RGB (Red+Green+Blue) = 80+75+171=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #504BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504BAB is #AFB454. Grayscale: #575757. Windows color (decimal): -11514965 or 11225936. OLE color: 11225936.

HSL color Cylindrical-coordinate representation of color #504BAB: hue angle of 243.13º 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 #504BAB is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 75 171 -
CMYK 0.53 0.56 0 0.33
HSL 243.13º 0.39% 0.48% -
HSV(B) 243.13º 0.56% 0.67% -
XYZ 13.18 9.68 39.7 -
YUV 87.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 80 75 171 0.53 0.56 0 0.33 243.13 0.39 0.48
Hex 50 4B AB 35 38 0 21 F3 27 30
Octal 120 113 253 65 70 0 41 363 47 60
Binary 1010000 1001011 10101011 110101 111000 0 100001 11110011 100111 110000

Color Harmonies of #504BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BAB

Black with #504BAB

Text Example


Text Example

White with #504BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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