#551769

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

Shades of Scarlet Gum #551769

Tints of Scarlet Gum #551769

Color information

#551769 (or 0x551769) is unknown color: approx Scarlet Gum. HEX triplet: 55, 17 and 69. RGB value is (85,23,105). Sum of RGB (Red+Green+Blue) = 85+23+105=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #551769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551769 is #AAE896. Grayscale: #323232. Windows color (decimal): -11200663 or 6887253. OLE color: 6887253.

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

Color convert

RGB8523105-
CMYK0.190.7800.59
HSL285.37º64.06%25.1%-
HSV(B)285.37º78.1%41.18%-
XYZ6.63.5613.7-
YUV50.89158.54152.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 105 (41.41% from 255) = 49.30%
R=39.91%
G=10.80%
B=49.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85231050.190.7800.59285.3764.0625.1
Hex551769134E03B11d4019
Octal125271512311607343510031
Binary10101011011111010011001110011100111011100011101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551769; }

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

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

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

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

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

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

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

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