Html Css Color HEX #513A72 Meteorite

📋 copy color: '#513A72'

red 81 ◦ green 58 ◦ blue 114

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

Shades of Meteorite #513A72

Tints of Meteorite #513A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 32.02%
G = 22.92%
B = 45.06%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513A72 (or 0x513A72) is known color: Meteorite. HEX triplet: 51, 3A and 72. RGB value is (81,58,114). Sum of RGB (Red+Green+Blue) = 81+58+114=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #513A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A72 is #AEC58D. Grayscale: #474747. Windows color (decimal): -11453838 or 7486033. OLE color: 7486033.

HSL color Cylindrical-coordinate representation of color #513A72: hue angle of 264.64º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #513A72 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 58 114 -
CMYK 0.29 0.49 0 0.55
HSL 264.64º 0.33% 0.34% -
HSV(B) 264.64º 0.49% 0.45% -
XYZ 7.94 5.99 16.66 -
YUV 71.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 81 58 114 0.29 0.49 0 0.55 264.64 0.33 0.34
Hex 51 3A 72 1D 31 0 37 109 21 22
Octal 121 72 162 35 61 0 67 411 41 42
Binary 1010001 111010 1110010 11101 110001 0 110111 100001001 100001 100010

Color Harmonies of #513A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A72

Black with #513A72

Text Example


Text Example

White with #513A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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