Html Css Color HEX #503167 Blue Diamond

📋 copy color: '#503167'

red 80 ◦ green 49 ◦ blue 103

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

Shades of Blue Diamond #503167

Tints of Blue Diamond #503167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 44.4%

R = 34.48%
G = 21.12%
B = 44.4%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#503167 (or 0x503167) is known color: Blue Diamond. HEX triplet: 50, 31 and 67. RGB value is (80,49,103). Sum of RGB (Red+Green+Blue) = 80+49+103=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #503167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503167 is #AFCE98. Grayscale: #404040. Windows color (decimal): -11521689 or 6762832. OLE color: 6762832.

HSL color Cylindrical-coordinate representation of color #503167: hue angle of 274.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #503167 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 49 103 -
CMYK 0.22 0.52 0 0.60
HSL 274.44º 0.36% 0.3% -
HSV(B) 274.44º 0.52% 0.4% -
XYZ 6.85 4.88 13.41 -
YUV 64.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 80 49 103 0.22 0.52 0 0.60 274.44 0.36 0.3
Hex 50 31 67 16 34 0 3C 112 24 1E
Octal 120 61 147 26 64 0 74 422 44 36
Binary 1010000 110001 1100111 10110 110100 0 111100 100010010 100100 11110

Color Harmonies of #503167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503167

Black with #503167

Text Example


Text Example

White with #503167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503167; }

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

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

background-color css

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

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

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

border-color css

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

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

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