Html Css Color HEX #504DB5 Rich Blue

📋 copy color: '#504DB5'

red 80 ◦ green 77 ◦ blue 181

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

Shades of Rich Blue #504DB5

Tints of Rich Blue #504DB5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.78%

 BLUE value IS 181 (71.09% from 255) = 53.55%

R = 23.67%
G = 22.78%
B = 53.55%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#504DB5 (or 0x504DB5) is known color: Rich Blue. HEX triplet: 50, 4D and B5. RGB value is (80,77,181). Sum of RGB (Red+Green+Blue) = 80+77+181=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #504DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DB5 is #AFB24A. Grayscale: #595959. Windows color (decimal): -11514443 or 11881808. OLE color: 11881808.

HSL color Cylindrical-coordinate representation of color #504DB5: hue angle of 241.73º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504DB5 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 77 181 -
CMYK 0.56 0.57 0 0.29
HSL 241.73º 0.41% 0.51% -
HSV(B) 241.73º 0.57% 0.71% -
XYZ 14.3 10.35 44.96 -
YUV 89.75 179.49 121.04 -
System Red Green Blue C M Y K H S L
Decimal 80 77 181 0.56 0.57 0 0.29 241.73 0.41 0.51
Hex 50 4D B5 38 39 0 1D F2 29 33
Octal 120 115 265 70 71 0 35 362 51 63
Binary 1010000 1001101 10110101 111000 111001 0 11101 11110010 101001 110011

Color Harmonies of #504DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DB5

Black with #504DB5

Text Example


Text Example

White with #504DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,77,181); }

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

background-color css

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

 a { background-color: rgb(80,77,181); }

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

border-color css

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

 span { border-color: rgb(80,77,181); }

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