#513B69

Color #513B69 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #513B69

Tints of Meteorite #513B69

Color information

#513B69 (or 0x513B69) is unknown color: approx Meteorite. HEX triplet: 51, 3B and 69. RGB value is (81,59,105). Sum of RGB (Red+Green+Blue) = 81+59+105=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #513B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B69 is #AEC496. Grayscale: #464646. Windows color (decimal): -11453591 or 6896465. OLE color: 6896465.

HSL color Cylindrical-coordinate representation of color #513B69: hue angle of 268.7º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513B69 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8159105-
CMYK0.230.4400.59
HSL268.7º28.05%32.16%-
HSV(B)268.7º43.81%41.18%-
XYZ7.515.914.11-
YUV70.82147.29135.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.06%
GREEN value IS 59 (23.44% from 255) = 24.08%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=33.06%
G=24.08%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81591050.230.4400.59268.728.0532.16
Hex513B69172C03B10d1c20
Octal1217315127540734153440
Binary1010001111011110100110111101100011101110000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513B69; }

 p { color: rgb(81,59,105); }

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

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

 a { background-color: rgb(81,59,105); }

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

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

 span { border-color: rgb(81,59,105); }

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