Html Css Color HEX #513A6E Meteorite

📋 copy color: '#513A6E'

red 81 ◦ green 58 ◦ blue 110

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

Shades of Meteorite #513A6E

Tints of Meteorite #513A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 32.53%
G = 23.29%
B = 44.18%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#513A6E (or 0x513A6E) is known color: Meteorite. HEX triplet: 51, 3A and 6E. RGB value is (81,58,110). Sum of RGB (Red+Green+Blue) = 81+58+110=249 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.53% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 110 - color contains mainly: blue. Hex color #513A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A6E is #AEC591. Grayscale: #464646. Windows color (decimal): -11453842 or 7223889. OLE color: 7223889.

HSL color Cylindrical-coordinate representation of color #513A6E: hue angle of 266.54º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #513A6E is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 58 110 -
CMYK 0.26 0.47 0 0.57
HSL 266.54º 0.31% 0.33% -
HSV(B) 266.54º 0.47% 0.43% -
XYZ 7.72 5.9 15.48 -
YUV 70.81 150.12 135.27 -
System Red Green Blue C M Y K H S L
Decimal 81 58 110 0.26 0.47 0 0.57 266.54 0.31 0.33
Hex 51 3A 6E 1A 2F 0 39 10B 1F 21
Octal 121 72 156 32 57 0 71 413 37 41
Binary 1010001 111010 1101110 11010 101111 0 111001 100001011 11111 100001

Color Harmonies of #513A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A6E

Black with #513A6E

Text Example


Text Example

White with #513A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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