Html Css Color HEX #551F69 Scarlet Gum

📋 copy color: '#551F69'

red 85 ◦ green 31 ◦ blue 105

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

Shades of Scarlet Gum #551F69

Tints of Scarlet Gum #551F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.03%

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 38.46%
G = 14.03%
B = 47.51%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551F69 (or 0x551F69) is known color: Scarlet Gum. HEX triplet: 55, 1F and 69. RGB value is (85,31,105). Sum of RGB (Red+Green+Blue) = 85+31+105=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #551F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F69 is #AAE096. Grayscale: #373737. Windows color (decimal): -11198615 or 6889301. OLE color: 6889301.

HSL color Cylindrical-coordinate representation of color #551F69: hue angle of 283.78º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #551F69 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 31 105 -
CMYK 0.19 0.70 0 0.59
HSL 283.78º 0.54% 0.27% -
HSV(B) 283.78º 0.7% 0.41% -
XYZ 6.79 3.93 13.77 -
YUV 55.58 155.89 148.98 -
System Red Green Blue C M Y K H S L
Decimal 85 31 105 0.19 0.70 0 0.59 283.78 0.54 0.27
Hex 55 1F 69 13 46 0 3B 11C 36 1B
Octal 125 37 151 23 106 0 73 434 66 33
Binary 1010101 11111 1101001 10011 1000110 0 111011 100011100 110110 11011

Color Harmonies of #551F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F69

Black with #551F69

Text Example


Text Example

White with #551F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,31,105); }

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

background-color css

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

 a { background-color: rgb(85,31,105); }

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

border-color css

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

 span { border-color: rgb(85,31,105); }

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