#552768

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

Shades of Scarlet Gum #552768

Tints of Scarlet Gum #552768

Color information

#552768 (or 0x552768) is unknown color: approx Scarlet Gum. HEX triplet: 55, 27 and 68. RGB value is (85,39,104). Sum of RGB (Red+Green+Blue) = 85+39+104=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #552768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552768 is #AAD897. Grayscale: #3B3B3B. Windows color (decimal): -11196568 or 6825813. OLE color: 6825813.

HSL color Cylindrical-coordinate representation of color #552768: hue angle of 282.46º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552768 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8539104-
CMYK0.180.6200.59
HSL282.46º45.45%28.04%-
HSV(B)282.46º62.5%40.78%-
XYZ6.974.3813.58-
YUV60.16152.74145.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=37.28%
G=17.11%
B=45.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85391040.180.6200.59282.4645.4528.04
Hex552768123E03B11a2d1c
Octal1254715022760734325534
Binary1010101100111110100010010111110011101110001101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552768; }

 p { color: rgb(85,39,104); }

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

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

 a { background-color: rgb(85,39,104); }

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

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

 span { border-color: rgb(85,39,104); }

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