Html Css Color HEX #513F72 Meteorite

📋 copy color: '#513F72'

red 81 ◦ green 63 ◦ blue 114

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

Shades of Meteorite #513F72

Tints of Meteorite #513F72

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

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

R = 31.4%
G = 24.42%
B = 44.19%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#513F72 (or 0x513F72) is known color: Meteorite. HEX triplet: 51, 3F and 72. RGB value is (81,63,114). Sum of RGB (Red+Green+Blue) = 81+63+114=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #513F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513F72 is #AEC08D. Grayscale: #4A4A4A. Windows color (decimal): -11452558 or 7487313. OLE color: 7487313.

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

Color convert

RGB 81 63 114 -
CMYK 0.29 0.45 0 0.55
HSL 261.18º 0.29% 0.35% -
HSV(B) 261.18º 0.45% 0.45% -
XYZ 8.21 6.52 16.75 -
YUV 74.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 81 63 114 0.29 0.45 0 0.55 261.18 0.29 0.35
Hex 51 3F 72 1D 2D 0 37 105 1D 23
Octal 121 77 162 35 55 0 67 405 35 43
Binary 1010001 111111 1110010 11101 101101 0 110111 100000101 11101 100011

Color Harmonies of #513F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F72

Black with #513F72

Text Example


Text Example

White with #513F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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