#513969

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

Shades of Meteorite #513969

Tints of Meteorite #513969

Color information

#513969 (or 0x513969) is unknown color: approx Meteorite. HEX triplet: 51, 39 and 69. RGB value is (81,57,105). Sum of RGB (Red+Green+Blue) = 81+57+105=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 105 - color contains mainly: blue. Hex color #513969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513969 is #AEC696. Grayscale: #454545. Windows color (decimal): -11454103 or 6895953. OLE color: 6895953.

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

Color convert

RGB8157105-
CMYK0.230.4600.59
HSL270º29.63%31.76%-
HSV(B)270º45.71%41.18%-
XYZ7.415.714.07-
YUV69.65147.95136.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=33.33%
G=23.46%
B=43.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81571050.230.4600.5927029.6331.76
Hex513969172E03B10e1e20
Octal1217115127560734163640
Binary1010001111001110100110111101110011101110000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513969; }

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

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

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

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

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

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

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

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