Html Css Color HEX #503168 Blue Diamond

📋 copy color: '#503168'

red 80 ◦ green 49 ◦ blue 104

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

Shades of Blue Diamond #503168

Tints of Blue Diamond #503168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.64%

R = 34.33%
G = 21.03%
B = 44.64%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503168 (or 0x503168) is known color: Blue Diamond. HEX triplet: 50, 31 and 68. RGB value is (80,49,104). Sum of RGB (Red+Green+Blue) = 80+49+104=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #503168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503168 is #AFCE97. Grayscale: #404040. Windows color (decimal): -11521688 or 6828368. OLE color: 6828368.

HSL color Cylindrical-coordinate representation of color #503168: hue angle of 273.82º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503168 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 49 104 -
CMYK 0.23 0.53 0 0.59
HSL 273.82º 0.36% 0.3% -
HSV(B) 273.82º 0.53% 0.41% -
XYZ 6.91 4.9 13.68 -
YUV 64.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 80 49 104 0.23 0.53 0 0.59 273.82 0.36 0.3
Hex 50 31 68 17 35 0 3B 112 24 1E
Octal 120 61 150 27 65 0 73 422 44 36
Binary 1010000 110001 1101000 10111 110101 0 111011 100010010 100100 11110

Color Harmonies of #503168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503168

Black with #503168

Text Example


Text Example

White with #503168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503168; }

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

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

background-color css

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

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

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

border-color css

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

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

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