#551365

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

Shades of Scarlet Gum #551365

Tints of Scarlet Gum #551365

Color information

#551365 (or 0x551365) is unknown color: approx Scarlet Gum. HEX triplet: 55, 13 and 65. RGB value is (85,19,101). Sum of RGB (Red+Green+Blue) = 85+19+101=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 101 (39.84% from 255 or 49.27% from 205); Max value from RGB is 101 - color contains mainly: blue. Hex color #551365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551365 is #AAEC9A. Grayscale: #2F2F2F. Windows color (decimal): -11201691 or 6624085. OLE color: 6624085.

HSL color Cylindrical-coordinate representation of color #551365: hue angle of 288.29º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551365 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8519101-
CMYK0.160.8100.60
HSL288.29º68.33%23.53%-
HSV(B)288.29º81.19%39.61%-
XYZ6.333.3412.62-
YUV48.08157.87154.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 101 (39.84% from 255) = 49.27%
R=41.46%
G=9.27%
B=49.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85191010.160.8100.60288.2968.3323.53
Hex551365105103C1204418
Octal125231452012107444010430
Binary10101011001111001011000010100010111100100100000100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551365; }

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

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

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

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

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

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

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

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