#552669

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

Shades of Scarlet Gum #552669

Tints of Scarlet Gum #552669

Color information

#552669 (or 0x552669) is unknown color: approx Scarlet Gum. HEX triplet: 55, 26 and 69. RGB value is (85,38,105). Sum of RGB (Red+Green+Blue) = 85+38+105=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #552669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552669 is #AAD996. Grayscale: #3B3B3B. Windows color (decimal): -11196823 or 6891093. OLE color: 6891093.

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

Color convert

RGB8538105-
CMYK0.190.6400.59
HSL282.09º46.85%28.04%-
HSV(B)282.09º63.81%41.18%-
XYZ6.994.3413.83-
YUV59.69153.57146.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.28%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=37.28%
G=16.67%
B=46.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85381050.190.6400.59282.0946.8528.04
Hex552669134003B11a2f1c
Octal12546151231000734325734
Binary10101011001101101001100111000000011101110001101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552669; }

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

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

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

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

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

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

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

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