Html Css Color HEX #503576 Blue Diamond

📋 copy color: '#503576'

red 80 ◦ green 53 ◦ blue 118

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

Shades of Blue Diamond #503576

Tints of Blue Diamond #503576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 118 (46.48% from 255) = 47.01%

R = 31.87%
G = 21.12%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503576 (or 0x503576) is known color: Blue Diamond. HEX triplet: 50, 35 and 76. RGB value is (80,53,118). Sum of RGB (Red+Green+Blue) = 80+53+118=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 118 (46.48% from 255 or 47.01% from 251); Max value from RGB is 118 - color contains mainly: blue. Hex color #503576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503576 is #AFCA89. Grayscale: #444444. Windows color (decimal): -11520650 or 7746896. OLE color: 7746896.

HSL color Cylindrical-coordinate representation of color #503576: hue angle of 264.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503576 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 53 118 -
CMYK 0.32 0.55 0 0.54
HSL 264.92º 0.38% 0.34% -
HSV(B) 264.92º 0.55% 0.46% -
XYZ 7.85 5.56 17.8 -
YUV 68.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 80 53 118 0.32 0.55 0 0.54 264.92 0.38 0.34
Hex 50 35 76 20 37 0 36 109 26 22
Octal 120 65 166 40 67 0 66 411 46 42
Binary 1010000 110101 1110110 100000 110111 0 110110 100001001 100110 100010

Color Harmonies of #503576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503576

Black with #503576

Text Example


Text Example

White with #503576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503576; }

 p { color: rgb(80,53,118); }

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

background-color css

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

 a { background-color: rgb(80,53,118); }

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

border-color css

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

 span { border-color: rgb(80,53,118); }

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