Html Css Color HEX #503170 Blue Diamond

📋 copy color: '#503170'

red 80 ◦ green 49 ◦ blue 112

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

Shades of Blue Diamond #503170

Tints of Blue Diamond #503170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

 BLUE value IS 112 (44.14% from 255) = 46.47%

R = 33.2%
G = 20.33%
B = 46.47%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#503170 (or 0x503170) is known color: Blue Diamond. HEX triplet: 50, 31 and 70. RGB value is (80,49,112). Sum of RGB (Red+Green+Blue) = 80+49+112=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #503170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503170 is #AFCE8F. Grayscale: #414141. Windows color (decimal): -11521680 or 7352656. OLE color: 7352656.

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

Color convert

RGB 80 49 112 -
CMYK 0.29 0.56 0 0.56
HSL 269.52º 0.39% 0.32% -
HSV(B) 269.52º 0.56% 0.44% -
XYZ 7.33 5.07 15.92 -
YUV 65.45 154.27 138.38 -
System Red Green Blue C M Y K H S L
Decimal 80 49 112 0.29 0.56 0 0.56 269.52 0.39 0.32
Hex 50 31 70 1D 38 0 38 10E 27 20
Octal 120 61 160 35 70 0 70 416 47 40
Binary 1010000 110001 1110000 11101 111000 0 111000 100001110 100111 100000

Color Harmonies of #503170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503170

Black with #503170

Text Example


Text Example

White with #503170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503170; }

 p { color: rgb(80,49,112); }

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

background-color css

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

 a { background-color: rgb(80,49,112); }

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

border-color css

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

 span { border-color: rgb(80,49,112); }

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