#55176B

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

Shades of Scarlet Gum #55176B

Tints of Scarlet Gum #55176B

Color information

#55176B (or 0x55176B) is unknown color: approx Scarlet Gum. HEX triplet: 55, 17 and 6B. RGB value is (85,23,107). Sum of RGB (Red+Green+Blue) = 85+23+107=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #55176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55176B is #AAE894. Grayscale: #323232. Windows color (decimal): -11200661 or 7018325. OLE color: 7018325.

HSL color Cylindrical-coordinate representation of color #55176B: hue angle of 284.29º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55176B is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8523107-
CMYK0.210.7900.58
HSL284.29º64.62%25.49%-
HSV(B)284.29º78.5%41.96%-
XYZ6.713.6114.25-
YUV51.11159.54152.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=39.53%
G=10.70%
B=49.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85231070.210.7900.58284.2964.6225.49
Hex55176B154F03A11c4119
Octal125271532511707243410131
Binary10101011011111010111010110011110111010100011100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55176B; }

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

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

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

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

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

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

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

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