#513575

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

Shades of Blue Diamond #513575

Tints of Blue Diamond #513575

Color information

#513575 (or 0x513575) is unknown color: approx Blue Diamond. HEX triplet: 51, 35 and 75. RGB value is (81,53,117). Sum of RGB (Red+Green+Blue) = 81+53+117=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #513575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513575 is #AECA8A. Grayscale: #444444. Windows color (decimal): -11455115 or 7681361. OLE color: 7681361.

HSL color Cylindrical-coordinate representation of color #513575: hue angle of 266.25º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #513575 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8153117-
CMYK0.310.5500.54
HSL266.25º37.65%33.33%-
HSV(B)266.25º54.7%45.88%-
XYZ7.885.5817.49-
YUV68.67155.28136.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=32.27%
G=21.12%
B=46.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81531170.310.5500.54266.2537.6533.33
Hex5135751F3703610a2621
Octal1216516537670664124641
Binary10100011101011110101111111101110110110100001010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513575; }

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

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

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

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

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

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

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

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