#551166

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

Shades of Scarlet Gum #551166

Tints of Scarlet Gum #551166

Color information

#551166 (or 0x551166) is unknown color: approx Scarlet Gum. HEX triplet: 55, 11 and 66. RGB value is (85,17,102). Sum of RGB (Red+Green+Blue) = 85+17+102=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #551166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551166 is #AAEE99. Grayscale: #2E2E2E. Windows color (decimal): -11202202 or 6689109. OLE color: 6689109.

HSL color Cylindrical-coordinate representation of color #551166: hue angle of 288º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551166 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8517102-
CMYK0.170.8300.6
HSL288º71.43%23.33%-
HSV(B)288º83.33%40%-
XYZ6.353.2912.87-
YUV47.02159.03155.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.67%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 102 (40.23% from 255) = 50%
R=41.67%
G=8.33%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85171020.170.8300.628871.4323.33
Hex551166115303C1204717
Octal125211462112307444010727
Binary10101011000111001101000110100110111100100100000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551166; }

 p { color: rgb(85,17,102); }

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

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

 a { background-color: rgb(85,17,102); }

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

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

 span { border-color: rgb(85,17,102); }

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