#512570

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

Shades of Blue Diamond #512570

Tints of Blue Diamond #512570

Color information

#512570 (or 0x512570) is unknown color: approx Blue Diamond. HEX triplet: 51, 25 and 70. RGB value is (81,37,112). Sum of RGB (Red+Green+Blue) = 81+37+112=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #512570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512570 is #AEDA8F. Grayscale: #3A3A3A. Windows color (decimal): -11459216 or 7349585. OLE color: 7349585.

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

Color convert

RGB8137112-
CMYK0.280.6700.56
HSL275.2º50.34%29.22%-
HSV(B)275.2º66.96%43.92%-
XYZ6.984.2415.78-
YUV58.71158.08143.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.22%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=35.22%
G=16.09%
B=48.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81371120.280.6700.56275.250.3429.22
Hex5125701C43038113321d
Octal12145160341030704236235
Binary10100011001011110000111001000011011100010001001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512570; }

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

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

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

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

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

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

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

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