#513570

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

Shades of Blue Diamond #513570

Tints of Blue Diamond #513570

Color information

#513570 (or 0x513570) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 70. RGB value is (81,53,112). Sum of RGB (Red+Green+Blue) = 81+53+112=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #513570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513570 is #AECA8F. Grayscale: #434343. Windows color (decimal): -11455120 or 7353681. OLE color: 7353681.

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

Color convert

RGB8153112-
CMYK0.280.5300.56
HSL268.47º35.76%32.35%-
HSV(B)268.47º52.68%43.92%-
XYZ7.595.4715.98-
YUV68.1152.78137.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=32.93%
G=21.54%
B=45.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81531120.280.5300.56268.4735.7632.35
Hex5135701C3503810c2420
Octal1216516034650704144440
Binary10100011101011110000111001101010111000100001100100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513570; }

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

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

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

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

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

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

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

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