Html Css Color HEX #551E65 Scarlet Gum

📋 copy color: '#551E65'

red 85 ◦ green 30 ◦ blue 101

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

Shades of Scarlet Gum #551E65

Tints of Scarlet Gum #551E65

RGB

 RED value IS 85 (33.59% from 255) = 39.35%

 GREEN value IS 30 (12.11% from 255) = 13.89%

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 39.35%
G = 13.89%
B = 46.76%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#551E65 (or 0x551E65) is known color: Scarlet Gum. HEX triplet: 55, 1E and 65. RGB value is (85,30,101). Sum of RGB (Red+Green+Blue) = 85+30+101=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 30 (12.11% from 255 or 13.89% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #551E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551E65 is #AAE19A. Grayscale: #363636. Windows color (decimal): -11198875 or 6626901. OLE color: 6626901.

HSL color Cylindrical-coordinate representation of color #551E65: hue angle of 286.48º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #551E65 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 30 101 -
CMYK 0.16 0.70 0 0.60
HSL 286.48º 0.54% 0.26% -
HSV(B) 286.48º 0.7% 0.4% -
XYZ 6.56 3.8 12.7 -
YUV 54.54 154.22 149.73 -
System Red Green Blue C M Y K H S L
Decimal 85 30 101 0.16 0.70 0 0.60 286.48 0.54 0.26
Hex 55 1E 65 10 46 0 3C 11E 36 1A
Octal 125 36 145 20 106 0 74 436 66 32
Binary 1010101 11110 1100101 10000 1000110 0 111100 100011110 110110 11010

Color Harmonies of #551E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551E65

Black with #551E65

Text Example


Text Example

White with #551E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551E65; }

 p { color: rgb(85,30,101); }

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

background-color css

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

 a { background-color: rgb(85,30,101); }

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

border-color css

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

 span { border-color: rgb(85,30,101); }

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