Html Css Color HEX #503276 Blue Diamond

📋 copy color: '#503276'

red 80 ◦ green 50 ◦ blue 118

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

Shades of Blue Diamond #503276

Tints of Blue Diamond #503276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.16%

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

R = 32.26%
G = 20.16%
B = 47.58%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503276 (or 0x503276) is known color: Blue Diamond. HEX triplet: 50, 32 and 76. RGB value is (80,50,118). Sum of RGB (Red+Green+Blue) = 80+50+118=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #503276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503276 is #AFCD89. Grayscale: #424242. Windows color (decimal): -11521418 or 7746128. OLE color: 7746128.

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

Color convert

RGB 80 50 118 -
CMYK 0.32 0.58 0 0.54
HSL 266.47º 0.4% 0.33% -
HSV(B) 266.47º 0.58% 0.46% -
XYZ 7.72 5.29 17.75 -
YUV 66.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 80 50 118 0.32 0.58 0 0.54 266.47 0.4 0.33
Hex 50 32 76 20 3A 0 36 10A 28 21
Octal 120 62 166 40 72 0 66 412 50 41
Binary 1010000 110010 1110110 100000 111010 0 110110 100001010 101000 100001

Color Harmonies of #503276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503276

Black with #503276

Text Example


Text Example

White with #503276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503276; }

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

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

background-color css

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

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

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

border-color css

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

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

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