Html Css Color HEX #504CBD Rich Blue

📋 copy color: '#504CBD'

red 80 ◦ green 76 ◦ blue 189

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

Shades of Rich Blue #504CBD

Tints of Rich Blue #504CBD

RGB

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

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

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

R = 23.19%
G = 22.03%
B = 54.78%

CMYK

 C value IS 0.58

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#504CBD (or 0x504CBD) is known color: Rich Blue. HEX triplet: 50, 4C and BD. RGB value is (80,76,189). Sum of RGB (Red+Green+Blue) = 80+76+189=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #504CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CBD is #AFB342. Grayscale: #595959. Windows color (decimal): -11514691 or 12405840. OLE color: 12405840.

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

Color convert

RGB 80 76 189 -
CMYK 0.58 0.60 0 0.26
HSL 242.12º 0.46% 0.52% -
HSV(B) 242.12º 0.6% 0.74% -
XYZ 15.08 10.55 49.39 -
YUV 90.08 183.83 120.81 -
System Red Green Blue C M Y K H S L
Decimal 80 76 189 0.58 0.60 0 0.26 242.12 0.46 0.52
Hex 50 4C BD 3A 3C 0 1A F2 2E 34
Octal 120 114 275 72 74 0 32 362 56 64
Binary 1010000 1001100 10111101 111010 111100 0 11010 11110010 101110 110100

Color Harmonies of #504CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CBD

Black with #504CBD

Text Example


Text Example

White with #504CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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