Html Css Color HEX #503373 Blue Diamond

📋 copy color: '#503373'

red 80 ◦ green 51 ◦ blue 115

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

Shades of Blue Diamond #503373

Tints of Blue Diamond #503373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 32.52%
G = 20.73%
B = 46.75%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503373 (or 0x503373) is known color: Blue Diamond. HEX triplet: 50, 33 and 73. RGB value is (80,51,115). Sum of RGB (Red+Green+Blue) = 80+51+115=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 115 - color contains mainly: blue. Hex color #503373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503373 is #AFCC8C. Grayscale: #424242. Windows color (decimal): -11521165 or 7549776. OLE color: 7549776.

HSL color Cylindrical-coordinate representation of color #503373: hue angle of 267.19º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #503373 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 51 115 -
CMYK 0.30 0.56 0 0.55
HSL 267.19º 0.39% 0.33% -
HSV(B) 267.19º 0.56% 0.45% -
XYZ 7.59 5.31 16.84 -
YUV 66.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 80 51 115 0.30 0.56 0 0.55 267.19 0.39 0.33
Hex 50 33 73 1E 38 0 37 10B 27 21
Octal 120 63 163 36 70 0 67 413 47 41
Binary 1010000 110011 1110011 11110 111000 0 110111 100001011 100111 100001

Color Harmonies of #503373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503373

Black with #503373

Text Example


Text Example

White with #503373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503373; }

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

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

background-color css

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

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

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

border-color css

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

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

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