Html Css Color HEX #551569 Scarlet Gum

📋 copy color: '#551569'

red 85 ◦ green 21 ◦ blue 105

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

Shades of Scarlet Gum #551569

Tints of Scarlet Gum #551569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.95%

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

R = 40.28%
G = 9.95%
B = 49.76%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#551569 (or 0x551569) is known color: Scarlet Gum. HEX triplet: 55, 15 and 69. RGB value is (85,21,105). Sum of RGB (Red+Green+Blue) = 85+21+105=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #551569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551569 is #AAEA96. Grayscale: #313131. Windows color (decimal): -11201175 or 6886741. OLE color: 6886741.

HSL color Cylindrical-coordinate representation of color #551569: hue angle of 285.71º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551569 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 21 105 -
CMYK 0.19 0.80 0 0.59
HSL 285.71º 0.67% 0.25% -
HSV(B) 285.71º 0.8% 0.41% -
XYZ 6.56 3.49 13.69 -
YUV 49.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 85 21 105 0.19 0.80 0 0.59 285.71 0.67 0.25
Hex 55 15 69 13 50 0 3B 11E 43 19
Octal 125 25 151 23 120 0 73 436 103 31
Binary 1010101 10101 1101001 10011 1010000 0 111011 100011110 1000011 11001

Color Harmonies of #551569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551569

Black with #551569

Text Example


Text Example

White with #551569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551569; }

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

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

background-color css

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

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

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

border-color css

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

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

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