Html Css Color HEX #513A70 Meteorite

📋 copy color: '#513A70'

red 81 ◦ green 58 ◦ blue 112

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

Shades of Meteorite #513A70

Tints of Meteorite #513A70

RGB

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

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

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

R = 32.27%
G = 23.11%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#513A70 (or 0x513A70) is known color: Meteorite. HEX triplet: 51, 3A and 70. RGB value is (81,58,112). Sum of RGB (Red+Green+Blue) = 81+58+112=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #513A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513A70 is #AEC58F. Grayscale: #464646. Windows color (decimal): -11453840 or 7354961. OLE color: 7354961.

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

Color convert

RGB 81 58 112 -
CMYK 0.28 0.48 0 0.56
HSL 265.56º 0.32% 0.33% -
HSV(B) 265.56º 0.48% 0.44% -
XYZ 7.83 5.95 16.06 -
YUV 71.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 81 58 112 0.28 0.48 0 0.56 265.56 0.32 0.33
Hex 51 3A 70 1C 30 0 38 10A 20 21
Octal 121 72 160 34 60 0 70 412 40 41
Binary 1010001 111010 1110000 11100 110000 0 111000 100001010 100000 100001

Color Harmonies of #513A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A70

Black with #513A70

Text Example


Text Example

White with #513A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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