#551C6B

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

Shades of Scarlet Gum #551C6B

Tints of Scarlet Gum #551C6B

Color information

#551C6B (or 0x551C6B) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1C and 6B. RGB value is (85,28,107). Sum of RGB (Red+Green+Blue) = 85+28+107=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #551C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C6B is #AAE394. Grayscale: #353535. Windows color (decimal): -11199381 or 7019605. OLE color: 7019605.

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

Color convert

RGB8528107-
CMYK0.210.7400.58
HSL283.29º58.52%26.47%-
HSV(B)283.29º73.83%41.96%-
XYZ6.823.8214.29-
YUV54.05157.88150.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=38.64%
G=12.73%
B=48.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85281070.210.7400.58283.2958.5226.47
Hex551C6B154A03A11b3b1a
Octal12534153251120724337332
Binary1010101111001101011101011001010011101010001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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