#552B65

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

Shades of Scarlet Gum #552B65

Tints of Scarlet Gum #552B65

Color information

#552B65 (or 0x552B65) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2B and 65. RGB value is (85,43,101). Sum of RGB (Red+Green+Blue) = 85+43+101=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #552B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552B65 is #AAD49A. Grayscale: #3D3D3D. Windows color (decimal): -11195547 or 6630229. OLE color: 6630229.

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

Color convert

RGB8543101-
CMYK0.160.5700.60
HSL283.45º40.28%28.24%-
HSV(B)283.45º57.43%39.61%-
XYZ6.964.612.83-
YUV62.17149.91144.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.12%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=37.12%
G=18.78%
B=44.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85431010.160.5700.60283.4540.2828.24
Hex552B65103903C11b281c
Octal1255314520710744335034
Binary1010101101011110010110000111001011110010001101110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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