#551065

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

Shades of Scarlet Gum #551065

Tints of Scarlet Gum #551065

Color information

#551065 (or 0x551065) is unknown color: approx Scarlet Gum. HEX triplet: 55, 10 and 65. RGB value is (85,16,101). Sum of RGB (Red+Green+Blue) = 85+16+101=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #551065 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551065 is #AAEF9A. Grayscale: #2E2E2E. Windows color (decimal): -11202459 or 6623317. OLE color: 6623317.

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

Color convert

RGB8516101-
CMYK0.160.8400.60
HSL288.71º72.65%22.94%-
HSV(B)288.71º84.16%39.61%-
XYZ6.283.2412.61-
YUV46.32158.86155.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 16 (6.64% from 255) = 7.92%
BLUE value IS 101 (39.84% from 255) = 50%
R=42.08%
G=7.92%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85161010.160.8400.60288.7172.6522.94
Hex551065105403C1214917
Octal125201452012407444111127
Binary10101011000011001011000010101000111100100100001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551065; }

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

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

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

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

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

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

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

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