#502176

Color #502176 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #502176

Tints of Blue Diamond #502176

Color information

#502176 (or 0x502176) is unknown color: approx 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

RGB8033118-
CMYK0.320.7200.54
HSL273.18º56.29%29.61%-
HSV(B)273.18º72.03%46.27%-
XYZ7.124.117.56-
YUV56.74162.57144.59-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80331180.320.7200.54273.1856.2929.61
Hex5021762048036111381e
Octal12041166401100664217036
Binary101000010000111101101000001001000011011010001000111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>