#513870

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

Shades of Blue Diamond #513870

Tints of Blue Diamond #513870

Color information

#513870 (or 0x513870) is unknown color: approx Blue Diamond. HEX triplet: 51, 38 and 70. RGB value is (81,56,112). Sum of RGB (Red+Green+Blue) = 81+56+112=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #513870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513870 is #AEC78F. Grayscale: #454545. Windows color (decimal): -11454352 or 7354449. OLE color: 7354449.

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

Color convert

RGB8156112-
CMYK0.280.5000.56
HSL266.79º33.33%32.94%-
HSV(B)266.79º50%43.92%-
XYZ7.735.7516.03-
YUV69.86151.78135.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.53%
GREEN value IS 56 (22.27% from 255) = 22.49%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=32.53%
G=22.49%
B=44.98%

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
Decimal81561120.280.5000.56266.7933.3332.94
Hex5138701C3203810b2121
Octal1217016034620704134141
Binary10100011110001110000111001100100111000100001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513870; }

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

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

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

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

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

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

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

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