#551A6B

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

Shades of Scarlet Gum #551A6B

Tints of Scarlet Gum #551A6B

Color information

#551A6B (or 0x551A6B) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1A and 6B. RGB value is (85,26,107). Sum of RGB (Red+Green+Blue) = 85+26+107=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #551A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551A6B is #AAE594. Grayscale: #343434. Windows color (decimal): -11199893 or 7019093. OLE color: 7019093.

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

Color convert

RGB8526107-
CMYK0.210.7600.58
HSL283.7º60.9%26.08%-
HSV(B)283.7º75.7%41.96%-
XYZ6.773.7314.27-
YUV52.88158.55150.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 107 (42.19% from 255) = 49.08%
R=38.99%
G=11.93%
B=49.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85261070.210.7600.58283.760.926.08
Hex551A6B154C03A11c3d1a
Octal12532153251140724347532
Binary1010101110101101011101011001100011101010001110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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