Html Css Color HEX #504ABD Rich Blue

📋 copy color: '#504ABD'

red 80 ◦ green 74 ◦ blue 189

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

Shades of Rich Blue #504ABD

Tints of Rich Blue #504ABD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.57%

 BLUE value IS 189 (74.22% from 255) = 55.1%

R = 23.32%
G = 21.57%
B = 55.1%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#504ABD (or 0x504ABD) is known color: Rich Blue. HEX triplet: 50, 4A and BD. RGB value is (80,74,189). Sum of RGB (Red+Green+Blue) = 80+74+189=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #504ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ABD is #AFB542. Grayscale: #585858. Windows color (decimal): -11515203 or 12405328. OLE color: 12405328.

HSL color Cylindrical-coordinate representation of color #504ABD: hue angle of 243.13º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504ABD is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 74 189 -
CMYK 0.58 0.61 0 0.26
HSL 243.13º 0.47% 0.52% -
HSV(B) 243.13º 0.61% 0.74% -
XYZ 14.94 10.28 49.34 -
YUV 88.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 80 74 189 0.58 0.61 0 0.26 243.13 0.47 0.52
Hex 50 4A BD 3A 3D 0 1A F3 2F 34
Octal 120 112 275 72 75 0 32 363 57 64
Binary 1010000 1001010 10111101 111010 111101 0 11010 11110011 101111 110100

Color Harmonies of #504ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ABD

Black with #504ABD

Text Example


Text Example

White with #504ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,74,189); }

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

background-color css

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

 a { background-color: rgb(80,74,189); }

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

border-color css

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

 span { border-color: rgb(80,74,189); }

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