#551D67

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

Shades of Scarlet Gum #551D67

Tints of Scarlet Gum #551D67

Color information

#551D67 (or 0x551D67) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1D and 67. RGB value is (85,29,103). Sum of RGB (Red+Green+Blue) = 85+29+103=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #551D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551D67 is #AAE298. Grayscale: #353535. Windows color (decimal): -11199129 or 6757717. OLE color: 6757717.

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

Color convert

RGB8529103-
CMYK0.170.7200.60
HSL285.41º56.06%25.88%-
HSV(B)285.41º71.84%40.39%-
XYZ6.633.7913.21-
YUV54.18155.55149.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.17%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 103 (40.62% from 255) = 47.47%
R=39.17%
G=13.36%
B=47.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85291030.170.7200.60285.4156.0625.88
Hex551D67114803C11d381a
Octal12535147211100744357032
Binary1010101111011100111100011001000011110010001110111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,29,103); }

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

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

 a { background-color: rgb(85,29,103); }

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

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

 span { border-color: rgb(85,29,103); }

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