#502570

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

Shades of Blue Diamond #502570

Tints of Blue Diamond #502570

Color information

#502570 (or 0x502570) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 70. RGB value is (80,37,112). Sum of RGB (Red+Green+Blue) = 80+37+112=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #502570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502570 is #AFDA8F. Grayscale: #3A3A3A. Windows color (decimal): -11524752 or 7349584. OLE color: 7349584.

HSL color Cylindrical-coordinate representation of color #502570: hue angle of 274.4º degrees, saturation: 0.5, 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 #502570 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8037112-
CMYK0.290.6700.56
HSL274.4º50.34%29.22%-
HSV(B)274.4º66.96%43.92%-
XYZ6.894.215.78-
YUV58.41158.25143.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.93%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=34.93%
G=16.16%
B=48.91%

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
Decimal80371120.290.6700.56274.450.3429.22
Hex5025701D43038112321d
Octal12045160351030704226235
Binary10100001001011110000111011000011011100010001001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502570; }

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

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

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

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

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

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

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

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