Html Css Color HEX #513969 Meteorite

📋 copy color: '#513969'

red 81 ◦ green 57 ◦ blue 105

#513969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #513969

Tints of Meteorite #513969

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 value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513969 (or 0x513969) is known color: 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

RGB 81 57 105 -
CMYK 0.23 0.46 0 0.59
HSL 270º 0.3% 0.32% -
HSV(B) 270º 0.46% 0.41% -
XYZ 7.41 5.7 14.07 -
YUV 69.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 81 57 105 0.23 0.46 0 0.59 270 0.3 0.32
Hex 51 39 69 17 2E 0 3B 10E 1E 20
Octal 121 71 151 27 56 0 73 416 36 40
Binary 1010001 111001 1101001 10111 101110 0 111011 100001110 11110 100000

Color Harmonies of #513969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513969

Black with #513969

Text Example


Text Example

White with #513969

Text Example


Text Example

HTML Codes & Css Web 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>