Html Css Color HEX #504CB0 Rich Blue

📋 copy color: '#504CB0'

red 80 ◦ green 76 ◦ blue 176

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

Shades of Rich Blue #504CB0

Tints of Rich Blue #504CB0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 176 (69.14% from 255) = 53.01%

R = 24.1%
G = 22.89%
B = 53.01%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#504CB0 (or 0x504CB0) is known color: Rich Blue. HEX triplet: 50, 4C and B0. RGB value is (80,76,176). Sum of RGB (Red+Green+Blue) = 80+76+176=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #504CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504CB0 is #AFB34F. Grayscale: #585858. Windows color (decimal): -11514704 or 11553872. OLE color: 11553872.

HSL color Cylindrical-coordinate representation of color #504CB0: hue angle of 242.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504CB0 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 76 176 -
CMYK 0.55 0.57 0 0.31
HSL 242.4º 0.4% 0.49% -
HSV(B) 242.4º 0.57% 0.69% -
XYZ 13.73 10.01 42.28 -
YUV 88.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 80 76 176 0.55 0.57 0 0.31 242.4 0.4 0.49
Hex 50 4C B0 37 39 0 1F F2 28 31
Octal 120 114 260 67 71 0 37 362 50 61
Binary 1010000 1001100 10110000 110111 111001 0 11111 11110010 101000 110001

Color Harmonies of #504CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CB0

Black with #504CB0

Text Example


Text Example

White with #504CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,76,176); }

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

background-color css

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

 a { background-color: rgb(80,76,176); }

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

border-color css

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

 span { border-color: rgb(80,76,176); }

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