#513075

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

Shades of Blue Diamond #513075

Tints of Blue Diamond #513075

Color information

#513075 (or 0x513075) is unknown color: approx Blue Diamond. HEX triplet: 51, 30 and 75. RGB value is (81,48,117). Sum of RGB (Red+Green+Blue) = 81+48+117=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #513075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513075 is #AECF8A. Grayscale: #414141. Windows color (decimal): -11456395 or 7680081. OLE color: 7680081.

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

Color convert

RGB8148117-
CMYK0.310.5900.54
HSL268.7º41.82%32.35%-
HSV(B)268.7º58.97%45.88%-
XYZ7.665.1517.42-
YUV65.73156.93138.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=32.93%
G=19.51%
B=47.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81481170.310.5900.54268.741.8232.35
Hex5130751F3B03610d2a20
Octal1216016537730664155240
Binary10100011100001110101111111110110110110100001101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513075; }

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

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

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

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

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

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

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

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