Html Css Color HEX #513C6B Meteorite

📋 copy color: '#513C6B'

red 81 ◦ green 60 ◦ blue 107

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

Shades of Meteorite #513C6B

Tints of Meteorite #513C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

 BLUE value IS 107 (42.19% from 255) = 43.15%

R = 32.66%
G = 24.19%
B = 43.15%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#513C6B (or 0x513C6B) is known color: Meteorite. HEX triplet: 51, 3C and 6B. RGB value is (81,60,107). Sum of RGB (Red+Green+Blue) = 81+60+107=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #513C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C6B is #AEC394. Grayscale: #474747. Windows color (decimal): -11453333 or 7027793. OLE color: 7027793.

HSL color Cylindrical-coordinate representation of color #513C6B: hue angle of 266.81º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #513C6B is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 60 107 -
CMYK 0.24 0.44 0 0.58
HSL 266.81º 0.28% 0.33% -
HSV(B) 266.81º 0.44% 0.42% -
XYZ 7.66 6.04 14.67 -
YUV 71.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 81 60 107 0.24 0.44 0 0.58 266.81 0.28 0.33
Hex 51 3C 6B 18 2C 0 3A 10B 1C 21
Octal 121 74 153 30 54 0 72 413 34 41
Binary 1010001 111100 1101011 11000 101100 0 111010 100001011 11100 100001

Color Harmonies of #513C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C6B

Black with #513C6B

Text Example


Text Example

White with #513C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,60,107); }

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

background-color css

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

 a { background-color: rgb(81,60,107); }

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

border-color css

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

 span { border-color: rgb(81,60,107); }

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