#551C65

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

Shades of Scarlet Gum #551C65

Tints of Scarlet Gum #551C65

Color information

#551C65 (or 0x551C65) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1C and 65. RGB value is (85,28,101). Sum of RGB (Red+Green+Blue) = 85+28+101=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #551C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551C65 is #AAE39A. Grayscale: #353535. Windows color (decimal): -11199387 or 6626389. OLE color: 6626389.

HSL color Cylindrical-coordinate representation of color #551C65: hue angle of 286.85º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551C65 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8528101-
CMYK0.160.7200.60
HSL286.85º56.59%25.29%-
HSV(B)286.85º72.28%39.61%-
XYZ6.513.712.68-
YUV53.36154.88150.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=39.72%
G=13.08%
B=47.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85281010.160.7200.60286.8556.5925.29
Hex551C65104803C11f3919
Octal12534145201100744377131
Binary1010101111001100101100001001000011110010001111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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