Html Css Color HEX #513B75 Meteorite

📋 copy color: '#513B75'

red 81 ◦ green 59 ◦ blue 117

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

Shades of Meteorite #513B75

Tints of Meteorite #513B75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 31.52%
G = 22.96%
B = 45.53%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#513B75 (or 0x513B75) is known color: Meteorite. HEX triplet: 51, 3B and 75. RGB value is (81,59,117). Sum of RGB (Red+Green+Blue) = 81+59+117=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #513B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513B75 is #AEC48A. Grayscale: #474747. Windows color (decimal): -11453579 or 7682897. OLE color: 7682897.

HSL color Cylindrical-coordinate representation of color #513B75: hue angle of 262.76º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #513B75 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 59 117 -
CMYK 0.31 0.50 0 0.54
HSL 262.76º 0.33% 0.35% -
HSV(B) 262.76º 0.5% 0.46% -
XYZ 8.17 6.16 17.59 -
YUV 72.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 81 59 117 0.31 0.50 0 0.54 262.76 0.33 0.35
Hex 51 3B 75 1F 32 0 36 107 21 23
Octal 121 73 165 37 62 0 66 407 41 43
Binary 1010001 111011 1110101 11111 110010 0 110110 100000111 100001 100011

Color Harmonies of #513B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513B75

Black with #513B75

Text Example


Text Example

White with #513B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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