#502571

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

Shades of Blue Diamond #502571

Tints of Blue Diamond #502571

Color information

#502571 (or 0x502571) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 71. RGB value is (80,37,113). Sum of RGB (Red+Green+Blue) = 80+37+113=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #502571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502571 is #AFDA8E. Grayscale: #3A3A3A. Windows color (decimal): -11524751 or 7415120. OLE color: 7415120.

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

Color convert

RGB8037113-
CMYK0.290.6700.56
HSL273.95º50.67%29.41%-
HSV(B)273.95º67.26%44.31%-
XYZ6.954.2216.07-
YUV58.52158.75143.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.78%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=34.78%
G=16.09%
B=49.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80371130.290.6700.56273.9550.6729.41
Hex5025711D43038112331d
Octal12045161351030704226335
Binary10100001001011110001111011000011011100010001001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502571; }

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

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

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

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

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

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

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

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