#502572

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

Shades of Blue Diamond #502572

Tints of Blue Diamond #502572

Color information

#502572 (or 0x502572) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 72. RGB value is (80,37,114). Sum of RGB (Red+Green+Blue) = 80+37+114=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #502572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502572 is #AFDA8D. Grayscale: #3A3A3A. Windows color (decimal): -11524750 or 7480656. OLE color: 7480656.

HSL color Cylindrical-coordinate representation of color #502572: hue angle of 273.51º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502572 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8037114-
CMYK0.300.6800.55
HSL273.51º50.99%29.61%-
HSV(B)273.51º67.54%44.71%-
XYZ7.014.2416.37-
YUV58.64159.25143.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.63%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 114 (44.92% from 255) = 49.35%
R=34.63%
G=16.02%
B=49.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80371140.300.6800.55273.5150.9929.61
Hex5025721E44037112331e
Octal12045162361040674226336
Binary10100001001011110010111101000100011011110001001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502572; }

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

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

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

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

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

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

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

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