Html Css Color HEX #503773 Blue Diamond

📋 copy color: '#503773'

red 80 ◦ green 55 ◦ blue 115

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

Shades of Blue Diamond #503773

Tints of Blue Diamond #503773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22%

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

R = 32%
G = 22%
B = 46%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#503773 (or 0x503773) is known color: Blue Diamond. HEX triplet: 50, 37 and 73. RGB value is (80,55,115). Sum of RGB (Red+Green+Blue) = 80+55+115=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #503773 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503773 is #AFC88C. Grayscale: #454545. Windows color (decimal): -11520141 or 7550800. OLE color: 7550800.

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

Color convert

RGB 80 55 115 -
CMYK 0.30 0.52 0 0.55
HSL 265º 0.35% 0.33% -
HSV(B) 265º 0.52% 0.45% -
XYZ 7.77 5.68 16.91 -
YUV 69.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 80 55 115 0.30 0.52 0 0.55 265 0.35 0.33
Hex 50 37 73 1E 34 0 37 109 23 21
Octal 120 67 163 36 64 0 67 411 43 41
Binary 1010000 110111 1110011 11110 110100 0 110111 100001001 100011 100001

Color Harmonies of #503773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503773

Black with #503773

Text Example


Text Example

White with #503773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503773; }

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

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

background-color css

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

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

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

border-color css

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

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

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