#551A69

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

Shades of Scarlet Gum #551A69

Tints of Scarlet Gum #551A69

Color information

#551A69 (or 0x551A69) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1A and 69. RGB value is (85,26,105). Sum of RGB (Red+Green+Blue) = 85+26+105=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #551A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A69 is #AAE596. Grayscale: #343434. Windows color (decimal): -11199895 or 6888021. OLE color: 6888021.

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

Color convert

RGB8526105-
CMYK0.190.7500.59
HSL284.81º60.31%25.69%-
HSV(B)284.81º75.24%41.18%-
XYZ6.673.6913.73-
YUV52.65157.55151.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 105 (41.41% from 255) = 48.61%
R=39.35%
G=12.04%
B=48.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85261050.190.7500.59284.8160.3125.69
Hex551A69134B03B11d3c1a
Octal12532151231130734357432
Binary1010101110101101001100111001011011101110001110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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