Html Css Color HEX #513D71 Meteorite

📋 copy color: '#513D71'

red 81 ◦ green 61 ◦ blue 113

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

Shades of Meteorite #513D71

Tints of Meteorite #513D71

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.92%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 31.76%
G = 23.92%
B = 44.31%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513D71 (or 0x513D71) is known color: Meteorite. HEX triplet: 51, 3D and 71. RGB value is (81,61,113). Sum of RGB (Red+Green+Blue) = 81+61+113=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #513D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513D71 is #AEC28E. Grayscale: #484848. Windows color (decimal): -11453071 or 7421265. OLE color: 7421265.

HSL color Cylindrical-coordinate representation of color #513D71: hue angle of 263.08º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #513D71 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 61 113 -
CMYK 0.28 0.46 0 0.56
HSL 263.08º 0.3% 0.34% -
HSV(B) 263.08º 0.46% 0.44% -
XYZ 8.04 6.28 16.41 -
YUV 72.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 81 61 113 0.28 0.46 0 0.56 263.08 0.3 0.34
Hex 51 3D 71 1C 2E 0 38 107 1E 22
Octal 121 75 161 34 56 0 70 407 36 42
Binary 1010001 111101 1110001 11100 101110 0 111000 100000111 11110 100010

Color Harmonies of #513D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513D71

Black with #513D71

Text Example


Text Example

White with #513D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,61,113); }

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

background-color css

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

 a { background-color: rgb(81,61,113); }

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

border-color css

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

 span { border-color: rgb(81,61,113); }

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