#551669

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

Shades of Scarlet Gum #551669

Tints of Scarlet Gum #551669

Color information

#551669 (or 0x551669) is unknown color: approx Scarlet Gum. HEX triplet: 55, 16 and 69. RGB value is (85,22,105). Sum of RGB (Red+Green+Blue) = 85+22+105=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #551669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551669 is #AAE996. Grayscale: #323232. Windows color (decimal): -11200919 or 6886997. OLE color: 6886997.

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

Color convert

RGB8522105-
CMYK0.190.7900.59
HSL285.54º65.35%24.9%-
HSV(B)285.54º79.05%41.18%-
XYZ6.583.5313.7-
YUV50.3158.87152.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.09%
GREEN value IS 22 (8.98% from 255) = 10.38%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=40.09%
G=10.38%
B=49.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85221050.190.7900.59285.5465.3524.9
Hex551669134F03B11e4119
Octal125261512311707343610131
Binary10101011011011010011001110011110111011100011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551669; }

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

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

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

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

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

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

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

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