Html Css Color HEX #513A69 Meteorite

📋 copy color: '#513A69'

red 81 ◦ green 58 ◦ blue 105

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

Shades of Meteorite #513A69

Tints of Meteorite #513A69

RGB

 RED value IS 81 (32.03% from 255) = 33.2%

 GREEN value IS 58 (23.05% from 255) = 23.77%

 BLUE value IS 105 (41.41% from 255) = 43.03%

R = 33.2%
G = 23.77%
B = 43.03%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#513A69 (or 0x513A69) is known color: Meteorite. HEX triplet: 51, 3A and 69. RGB value is (81,58,105). Sum of RGB (Red+Green+Blue) = 81+58+105=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #513A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A69 is #AEC596. Grayscale: #464646. Windows color (decimal): -11453847 or 6896209. OLE color: 6896209.

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

Color convert

RGB 81 58 105 -
CMYK 0.23 0.45 0 0.59
HSL 269.36º 0.29% 0.32% -
HSV(B) 269.36º 0.45% 0.41% -
XYZ 7.46 5.8 14.09 -
YUV 70.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 81 58 105 0.23 0.45 0 0.59 269.36 0.29 0.32
Hex 51 3A 69 17 2D 0 3B 10D 1D 20
Octal 121 72 151 27 55 0 73 415 35 40
Binary 1010001 111010 1101001 10111 101101 0 111011 100001101 11101 100000

Color Harmonies of #513A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A69

Black with #513A69

Text Example


Text Example

White with #513A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #513A69;
 }
 .AnyTagClassName
 {
   color: #513A69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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