Html Css Color HEX #513B70 Meteorite

📋 copy color: '#513B70'

red 81 ◦ green 59 ◦ blue 112

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

Shades of Meteorite #513B70

Tints of Meteorite #513B70

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 112 (44.14% from 255) = 44.44%

R = 32.14%
G = 23.41%
B = 44.44%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513B70 (or 0x513B70) is known color: Meteorite. HEX triplet: 51, 3B and 70. RGB value is (81,59,112). Sum of RGB (Red+Green+Blue) = 81+59+112=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #513B70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B70 is #AEC48F. Grayscale: #474747. Windows color (decimal): -11453584 or 7355217. OLE color: 7355217.

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

Color convert

RGB 81 59 112 -
CMYK 0.28 0.47 0 0.56
HSL 264.91º 0.31% 0.34% -
HSV(B) 264.91º 0.47% 0.44% -
XYZ 7.88 6.05 16.08 -
YUV 71.62 150.79 134.69 -
System Red Green Blue C M Y K H S L
Decimal 81 59 112 0.28 0.47 0 0.56 264.91 0.31 0.34
Hex 51 3B 70 1C 2F 0 38 109 1F 22
Octal 121 73 160 34 57 0 70 411 37 42
Binary 1010001 111011 1110000 11100 101111 0 111000 100001001 11111 100010

Color Harmonies of #513B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B70

Black with #513B70

Text Example


Text Example

White with #513B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,59,112); }

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

background-color css

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

 a { background-color: rgb(81,59,112); }

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

border-color css

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

 span { border-color: rgb(81,59,112); }

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