Html Css Color HEX #514059 Scarlet Gum

📋 copy color: '#514059'

red 81 ◦ green 64 ◦ blue 89

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

Shades of Scarlet Gum #514059

Tints of Scarlet Gum #514059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

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

R = 34.62%
G = 27.35%
B = 38.03%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#514059 (or 0x514059) is known color: Scarlet Gum. HEX triplet: 51, 40 and 59. RGB value is (81,64,89). Sum of RGB (Red+Green+Blue) = 81+64+89=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #514059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514059 is #AEBFA6. Grayscale: #474747. Windows color (decimal): -11452327 or 5849169. OLE color: 5849169.

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

Color convert

RGB 81 64 89 -
CMYK 0.09 0.28 0 0.65
HSL 280.8º 0.16% 0.3% -
HSV(B) 280.8º 0.28% 0.35% -
XYZ 7.03 6.14 10.27 -
YUV 71.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 81 64 89 0.09 0.28 0 0.65 280.8 0.16 0.3
Hex 51 40 59 9 1C 0 41 119 10 1E
Octal 121 100 131 11 34 0 101 431 20 36
Binary 1010001 1000000 1011001 1001 11100 0 1000001 100011001 10000 11110

Color Harmonies of #514059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514059

Black with #514059

Text Example


Text Example

White with #514059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514059; }

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

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

background-color css

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

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

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

border-color css

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

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

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