Html Css Color HEX #503376 Blue Diamond

📋 copy color: '#503376'

red 80 ◦ green 51 ◦ blue 118

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

Shades of Blue Diamond #503376

Tints of Blue Diamond #503376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 32.13%
G = 20.48%
B = 47.39%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503376 (or 0x503376) is known color: Blue Diamond. HEX triplet: 50, 33 and 76. RGB value is (80,51,118). Sum of RGB (Red+Green+Blue) = 80+51+118=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #503376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503376 is #AFCC89. Grayscale: #434343. Windows color (decimal): -11521162 or 7746384. OLE color: 7746384.

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

Color convert

RGB 80 51 118 -
CMYK 0.32 0.57 0 0.54
HSL 265.97º 0.4% 0.33% -
HSV(B) 265.97º 0.57% 0.46% -
XYZ 7.76 5.38 17.77 -
YUV 67.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 80 51 118 0.32 0.57 0 0.54 265.97 0.4 0.33
Hex 50 33 76 20 39 0 36 10A 28 21
Octal 120 63 166 40 71 0 66 412 50 41
Binary 1010000 110011 1110110 100000 111001 0 110110 100001010 101000 100001

Color Harmonies of #503376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503376

Black with #503376

Text Example


Text Example

White with #503376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503376; }

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

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

background-color css

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

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

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

border-color css

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

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

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