#552E65

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

Shades of Scarlet Gum #552E65

Tints of Scarlet Gum #552E65

Color information

#552E65 (or 0x552E65) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2E and 65. RGB value is (85,46,101). Sum of RGB (Red+Green+Blue) = 85+46+101=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 101 - color contains mainly: blue. Hex color #552E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552E65 is #AAD19A. Grayscale: #3F3F3F. Windows color (decimal): -11194779 or 6630997. OLE color: 6630997.

HSL color Cylindrical-coordinate representation of color #552E65: hue angle of 282.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #552E65 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8546101-
CMYK0.160.5400.60
HSL282.55º37.41%28.82%-
HSV(B)282.55º54.46%39.61%-
XYZ7.074.8212.87-
YUV63.93148.92143.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 46 (18.36% from 255) = 19.83%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=36.64%
G=19.83%
B=43.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85461010.160.5400.60282.5537.4128.82
Hex552E65103603C11b251d
Octal1255614520660744334535
Binary1010101101110110010110000110110011110010001101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552E65; }

 p { color: rgb(85,46,101); }

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

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

 a { background-color: rgb(85,46,101); }

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

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

 span { border-color: rgb(85,46,101); }

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