#513971

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

Shades of Blue Diamond #513971

Tints of Blue Diamond #513971

Color information

#513971 (or 0x513971) is unknown color: approx Blue Diamond. HEX triplet: 51, 39 and 71. RGB value is (81,57,113). Sum of RGB (Red+Green+Blue) = 81+57+113=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 113 - color contains mainly: blue. Hex color #513971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513971 is #AEC68E. Grayscale: #464646. Windows color (decimal): -11454095 or 7420241. OLE color: 7420241.

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

Color convert

RGB8157113-
CMYK0.280.5000.56
HSL265.71º32.94%33.33%-
HSV(B)265.71º49.56%44.31%-
XYZ7.845.8716.34-
YUV70.56151.95135.45-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=32.27%
G=22.71%
B=45.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81571130.280.5000.56265.7132.9433.33
Hex5139711C3203810a2121
Octal1217116134620704124141
Binary10100011110011110001111001100100111000100001010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513971; }

 p { color: rgb(81,57,113); }

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

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

 a { background-color: rgb(81,57,113); }

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

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

 span { border-color: rgb(81,57,113); }

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