#513070

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

Shades of Blue Diamond #513070

Tints of Blue Diamond #513070

Color information

#513070 (or 0x513070) is unknown color: approx Blue Diamond. HEX triplet: 51, 30 and 70. RGB value is (81,48,112). Sum of RGB (Red+Green+Blue) = 81+48+112=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #513070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513070 is #AECF8F. Grayscale: #404040. Windows color (decimal): -11456400 or 7352401. OLE color: 7352401.

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

Color convert

RGB8148112-
CMYK0.280.5700.56
HSL270.94º40%31.37%-
HSV(B)270.94º57.14%43.92%-
XYZ7.375.0315.91-
YUV65.16154.43139.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 112 (44.14% from 255) = 46.47%
R=33.61%
G=19.92%
B=46.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81481120.280.5700.56270.944031.37
Hex5130701C3903810f281f
Octal1216016034710704175037
Binary1010001110000111000011100111001011100010000111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513070; }

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

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

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

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

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

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

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

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