#551C68

Color #551C68 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #551C68

Tints of Scarlet Gum #551C68

Color information

#551C68 (or 0x551C68) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1C and 68. RGB value is (85,28,104). Sum of RGB (Red+Green+Blue) = 85+28+104=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #551C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C68 is #AAE397. Grayscale: #353535. Windows color (decimal): -11199384 or 6822997. OLE color: 6822997.

HSL color Cylindrical-coordinate representation of color #551C68: hue angle of 285º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551C68 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8528104-
CMYK0.180.7300.59
HSL285º57.58%25.88%-
HSV(B)285º73.08%40.78%-
XYZ6.663.7613.47-
YUV53.71156.38150.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 104 (41.02% from 255) = 47.93%
R=39.17%
G=12.90%
B=47.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85281040.180.7300.5928557.5825.88
Hex551C68124903B11d3a1a
Octal12534150221110734357232
Binary1010101111001101000100101001001011101110001110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,104); }

 H1.HeaderClassName
 {
   color: #551C68;
 }
 .AnyTagClassName
 {
   color: #551C68;
 }
</style>
background-color css

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

 a { background-color: rgb(85,28,104); }

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

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

 span { border-color: rgb(85,28,104); }

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