Html Css Color HEX #503771 Blue Diamond

📋 copy color: '#503771'

red 80 ◦ green 55 ◦ blue 113

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

Shades of Blue Diamond #503771

Tints of Blue Diamond #503771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 45.56%

R = 32.26%
G = 22.18%
B = 45.56%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#503771 (or 0x503771) is known color: Blue Diamond. HEX triplet: 50, 37 and 71. RGB value is (80,55,113). Sum of RGB (Red+Green+Blue) = 80+55+113=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 113 - color contains mainly: blue. Hex color #503771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503771 is #AFC88E. Grayscale: #444444. Windows color (decimal): -11520143 or 7419728. OLE color: 7419728.

HSL color Cylindrical-coordinate representation of color #503771: hue angle of 265.86º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #503771 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 55 113 -
CMYK 0.29 0.51 0 0.56
HSL 265.86º 0.35% 0.33% -
HSV(B) 265.86º 0.51% 0.44% -
XYZ 7.66 5.63 16.31 -
YUV 69.09 152.78 135.78 -
System Red Green Blue C M Y K H S L
Decimal 80 55 113 0.29 0.51 0 0.56 265.86 0.35 0.33
Hex 50 37 71 1D 33 0 38 10A 23 21
Octal 120 67 161 35 63 0 70 412 43 41
Binary 1010000 110111 1110001 11101 110011 0 111000 100001010 100011 100001

Color Harmonies of #503771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503771

Black with #503771

Text Example


Text Example

White with #503771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503771; }

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

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

background-color css

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

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

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

border-color css

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

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

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