#552169

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

Shades of Scarlet Gum #552169

Tints of Scarlet Gum #552169

Color information

#552169 (or 0x552169) is unknown color: approx Scarlet Gum. HEX triplet: 55, 21 and 69. RGB value is (85,33,105). Sum of RGB (Red+Green+Blue) = 85+33+105=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #552169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552169 is #AADE96. Grayscale: #383838. Windows color (decimal): -11198103 or 6889813. OLE color: 6889813.

HSL color Cylindrical-coordinate representation of color #552169: hue angle of 283.33º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #552169 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8533105-
CMYK0.190.6900.59
HSL283.33º52.17%27.06%-
HSV(B)283.33º68.57%41.18%-
XYZ6.844.0413.78-
YUV56.76155.23148.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=38.12%
G=14.80%
B=47.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85331050.190.6900.59283.3352.1727.06
Hex552169134503B11b341b
Octal12541151231050734336433
Binary10101011000011101001100111000101011101110001101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552169; }

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

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

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

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

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

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

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

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