Html Css Color HEX #502176 Blue Diamond

📋 copy color: '#502176'

red 80 ◦ green 33 ◦ blue 118

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

Shades of Blue Diamond #502176

Tints of Blue Diamond #502176

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 34.63%
G = 14.29%
B = 51.08%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502176 (or 0x502176) is known color: Blue Diamond. HEX triplet: 50, 21 and 76. RGB value is (80,33,118). Sum of RGB (Red+Green+Blue) = 80+33+118=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #502176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502176 is #AFDE89. Grayscale: #383838. Windows color (decimal): -11525770 or 7741776. OLE color: 7741776.

HSL color Cylindrical-coordinate representation of color #502176: hue angle of 273.18º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502176 is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 33 118 -
CMYK 0.32 0.72 0 0.54
HSL 273.18º 0.56% 0.3% -
HSV(B) 273.18º 0.72% 0.46% -
XYZ 7.12 4.1 17.56 -
YUV 56.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 80 33 118 0.32 0.72 0 0.54 273.18 0.56 0.3
Hex 50 21 76 20 48 0 36 111 38 1E
Octal 120 41 166 40 110 0 66 421 70 36
Binary 1010000 100001 1110110 100000 1001000 0 110110 100010001 111000 11110

Color Harmonies of #502176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502176

Black with #502176

Text Example


Text Example

White with #502176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502176; }

 p { color: rgb(80,33,118); }

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

background-color css

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

 a { background-color: rgb(80,33,118); }

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

border-color css

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

 span { border-color: rgb(80,33,118); }

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