#552569

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

Shades of Scarlet Gum #552569

Tints of Scarlet Gum #552569

Color information

#552569 (or 0x552569) is unknown color: approx Scarlet Gum. HEX triplet: 55, 25 and 69. RGB value is (85,37,105). Sum of RGB (Red+Green+Blue) = 85+37+105=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #552569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552569 is #AADA96. Grayscale: #3A3A3A. Windows color (decimal): -11197079 or 6890837. OLE color: 6890837.

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

Color convert

RGB8537105-
CMYK0.190.6500.59
HSL282.35º47.89%27.84%-
HSV(B)282.35º64.76%41.18%-
XYZ6.964.2713.82-
YUV59.1153.9146.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=37.44%
G=16.30%
B=46.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85371050.190.6500.59282.3547.8927.84
Hex552569134103B11a301c
Octal12545151231010734326034
Binary10101011001011101001100111000001011101110001101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552569; }

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

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

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

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

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

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

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

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