Html Css Color HEX #504BAC Rich Blue

📋 copy color: '#504BAC'

red 80 ◦ green 75 ◦ blue 172

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

Shades of Rich Blue #504BAC

Tints of Rich Blue #504BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.6%

R = 24.46%
G = 22.94%
B = 52.6%

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

#504BAC (or 0x504BAC) is known color: Rich Blue. HEX triplet: 50, 4B and AC. RGB value is (80,75,172). Sum of RGB (Red+Green+Blue) = 80+75+172=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #504BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504BAC is #AFB453. Grayscale: #575757. Windows color (decimal): -11514964 or 11291472. OLE color: 11291472.

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

Color convert

RGB 80 75 172 -
CMYK 0.53 0.56 0 0.33
HSL 243.09º 0.39% 0.48% -
HSV(B) 243.09º 0.56% 0.67% -
XYZ 13.27 9.72 40.21 -
YUV 87.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 80 75 172 0.53 0.56 0 0.33 243.09 0.39 0.48
Hex 50 4B AC 35 38 0 21 F3 27 30
Octal 120 113 254 65 70 0 41 363 47 60
Binary 1010000 1001011 10101100 110101 111000 0 100001 11110011 100111 110000

Color Harmonies of #504BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BAC

Black with #504BAC

Text Example


Text Example

White with #504BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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