#552165

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

Shades of Scarlet Gum #552165

Tints of Scarlet Gum #552165

Color information

#552165 (or 0x552165) is unknown color: approx Scarlet Gum. HEX triplet: 55, 21 and 65. RGB value is (85,33,101). Sum of RGB (Red+Green+Blue) = 85+33+101=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 101 (39.84% from 255 or 46.12% from 219); Max value from RGB is 101 - color contains mainly: blue. Hex color #552165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552165 is #AADE9A. Grayscale: #383838. Windows color (decimal): -11198107 or 6627669. OLE color: 6627669.

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

Color convert

RGB8533101-
CMYK0.160.6700.60
HSL285.88º50.75%26.27%-
HSV(B)285.88º67.33%39.61%-
XYZ6.643.9612.73-
YUV56.3153.23148.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 101 (39.84% from 255) = 46.12%
R=38.81%
G=15.07%
B=46.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85331010.160.6700.60285.8850.7526.27
Hex552165104303C11e331a
Octal12541145201030744366332
Binary10101011000011100101100001000011011110010001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552165; }

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

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

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

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

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

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

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

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