#502071

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

Shades of Blue Diamond #502071

Tints of Blue Diamond #502071

Color information

#502071 (or 0x502071) is unknown color: approx Blue Diamond. HEX triplet: 50, 20 and 71. RGB value is (80,32,113). Sum of RGB (Red+Green+Blue) = 80+32+113=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #502071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502071 is #AFDF8E. Grayscale: #373737. Windows color (decimal): -11526031 or 7413840. OLE color: 7413840.

HSL color Cylindrical-coordinate representation of color #502071: hue angle of 275.56º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502071 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8032113-
CMYK0.290.7200.56
HSL275.56º55.86%28.43%-
HSV(B)275.56º71.68%44.31%-
XYZ6.813.9316.02-
YUV55.59160.4145.41-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=35.56%
G=14.22%
B=50.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80321130.290.7200.56275.5655.8628.43
Hex5020711D48038114381c
Octal12040161351100704247034
Binary10100001000001110001111011001000011100010001010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502071; }

 p { color: rgb(80,32,113); }

 H1.HeaderClassName
 {
   color: #502071;
 }
 .AnyTagClassName
 {
   color: #502071;
 }
</style>
background-color css

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

 a { background-color: rgb(80,32,113); }

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

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

 span { border-color: rgb(80,32,113); }

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