Html Css Color HEX #513E59 Scarlet Gum

📋 copy color: '#513E59'

red 81 ◦ green 62 ◦ blue 89

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

Shades of Scarlet Gum #513E59

Tints of Scarlet Gum #513E59

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.72%

 BLUE value IS 89 (35.16% from 255) = 38.36%

R = 34.91%
G = 26.72%
B = 38.36%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#513E59 (or 0x513E59) is known color: Scarlet Gum. HEX triplet: 51, 3E and 59. RGB value is (81,62,89). Sum of RGB (Red+Green+Blue) = 81+62+89=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #513E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513E59 is #AEC1A6. Grayscale: #464646. Windows color (decimal): -11452839 or 5848657. OLE color: 5848657.

HSL color Cylindrical-coordinate representation of color #513E59: hue angle of 282.22º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #513E59 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 62 89 -
CMYK 0.09 0.30 0 0.65
HSL 282.22º 0.18% 0.3% -
HSV(B) 282.22º 0.3% 0.35% -
XYZ 6.92 5.92 10.23 -
YUV 70.76 138.29 135.3 -
System Red Green Blue C M Y K H S L
Decimal 81 62 89 0.09 0.30 0 0.65 282.22 0.18 0.3
Hex 51 3E 59 9 1E 0 41 11A 12 1E
Octal 121 76 131 11 36 0 101 432 22 36
Binary 1010001 111110 1011001 1001 11110 0 1000001 100011010 10010 11110

Color Harmonies of #513E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513E59

Black with #513E59

Text Example


Text Example

White with #513E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,62,89); }

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

background-color css

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

 a { background-color: rgb(81,62,89); }

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

border-color css

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

 span { border-color: rgb(81,62,89); }

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