#551B65

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

Shades of Scarlet Gum #551B65

Tints of Scarlet Gum #551B65

Color information

#551B65 (or 0x551B65) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1B and 65. RGB value is (85,27,101). Sum of RGB (Red+Green+Blue) = 85+27+101=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #551B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551B65 is #AAE49A. Grayscale: #343434. Windows color (decimal): -11199643 or 6626133. OLE color: 6626133.

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

Color convert

RGB8527101-
CMYK0.160.7300.60
HSL287.03º57.81%25.1%-
HSV(B)287.03º73.27%39.61%-
XYZ6.493.6512.68-
YUV52.78155.22150.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=39.91%
G=12.68%
B=47.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85271010.160.7300.60287.0357.8125.1
Hex551B65104903C11f3a19
Octal12533145201110744377231
Binary1010101110111100101100001001001011110010001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B65; }

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

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

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

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

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

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

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

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