#552A62

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

Shades of Scarlet Gum #552A62

Tints of Scarlet Gum #552A62

Color information

#552A62 (or 0x552A62) is unknown color: approx Scarlet Gum. HEX triplet: 55, 2A and 62. RGB value is (85,42,98). Sum of RGB (Red+Green+Blue) = 85+42+98=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #552A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552A62 is #AAD59D. Grayscale: #3D3D3D. Windows color (decimal): -11195806 or 6433365. OLE color: 6433365.

HSL color Cylindrical-coordinate representation of color #552A62: hue angle of 286.07º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #552A62 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB854298-
CMYK0.130.5700.62
HSL286.07º40%27.45%-
HSV(B)286.07º57.14%38.43%-
XYZ6.784.4712.06-
YUV61.24148.75144.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=37.78%
G=18.67%
B=43.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8542980.130.5700.62286.074027.45
Hex552A62D3903E11e281b
Octal1255214215710764365033
Binary101010110101011000101101111001011111010001111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,42,98); }

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

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

 a { background-color: rgb(85,42,98); }

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

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

 span { border-color: rgb(85,42,98); }

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