#551369

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

Shades of Scarlet Gum #551369

Tints of Scarlet Gum #551369

Color information

#551369 (or 0x551369) is unknown color: approx Scarlet Gum. HEX triplet: 55, 13 and 69. RGB value is (85,19,105). Sum of RGB (Red+Green+Blue) = 85+19+105=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #551369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551369 is #AAEC96. Grayscale: #303030. Windows color (decimal): -11201687 or 6886229. OLE color: 6886229.

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

Color convert

RGB8519105-
CMYK0.190.8200.59
HSL286.05º69.35%24.31%-
HSV(B)286.05º81.9%41.18%-
XYZ6.533.4213.68-
YUV48.54159.87154.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.67%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=40.67%
G=9.09%
B=50.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85191050.190.8200.59286.0569.3524.31
Hex551369135203B11e4518
Octal125231512312207343610530
Binary10101011001111010011001110100100111011100011110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551369; }

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

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

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

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

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

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

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

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