Html Css Color HEX #503177 Blue Diamond

📋 copy color: '#503177'

red 80 ◦ green 49 ◦ blue 119

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

Shades of Blue Diamond #503177

Tints of Blue Diamond #503177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 32.26%
G = 19.76%
B = 47.98%

CMYK

 C value IS 0.33

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503177 (or 0x503177) is known color: Blue Diamond. HEX triplet: 50, 31 and 77. RGB value is (80,49,119). Sum of RGB (Red+Green+Blue) = 80+49+119=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #503177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503177 is #AFCE88. Grayscale: #424242. Windows color (decimal): -11521673 or 7811408. OLE color: 7811408.

HSL color Cylindrical-coordinate representation of color #503177: hue angle of 266.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503177 is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 49 119 -
CMYK 0.33 0.59 0 0.53
HSL 266.57º 0.42% 0.33% -
HSV(B) 266.57º 0.59% 0.47% -
XYZ 7.74 5.23 18.06 -
YUV 66.25 157.77 137.81 -
System Red Green Blue C M Y K H S L
Decimal 80 49 119 0.33 0.59 0 0.53 266.57 0.42 0.33
Hex 50 31 77 21 3B 0 35 10B 2A 21
Octal 120 61 167 41 73 0 65 413 52 41
Binary 1010000 110001 1110111 100001 111011 0 110101 100001011 101010 100001

Color Harmonies of #503177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503177

Black with #503177

Text Example


Text Example

White with #503177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503177; }

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

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

background-color css

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

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

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

border-color css

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

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

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