#55375E

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

Shades of Scarlet Gum #55375E

Tints of Scarlet Gum #55375E

Color information

#55375E (or 0x55375E) is unknown color: approx Scarlet Gum. HEX triplet: 55, 37 and 5E. RGB value is (85,55,94). Sum of RGB (Red+Green+Blue) = 85+55+94=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #55375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55375E is #AAC8A1. Grayscale: #444444. Windows color (decimal): -11192482 or 6174549. OLE color: 6174549.

HSL color Cylindrical-coordinate representation of color #55375E: hue angle of 286.15º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55375E is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB855594-
CMYK0.100.4100.63
HSL286.15º26.17%29.22%-
HSV(B)286.15º41.49%36.86%-
XYZ7.135.4711.27-
YUV68.42142.44139.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.32%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=36.32%
G=23.50%
B=40.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8555940.100.4100.63286.1526.1729.22
Hex55375EA2903F11e1a1d
Octal1256713612510774363235
Binary10101011101111011110101010100101111111000111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55375E; }

 p { color: rgb(85,55,94); }

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

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

 a { background-color: rgb(85,55,94); }

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

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

 span { border-color: rgb(85,55,94); }

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