#551F67

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

Shades of Scarlet Gum #551F67

Tints of Scarlet Gum #551F67

Color information

#551F67 (or 0x551F67) is unknown color: approx Scarlet Gum. HEX triplet: 55, 1F and 67. RGB value is (85,31,103). Sum of RGB (Red+Green+Blue) = 85+31+103=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #551F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #551F67 is #AAE098. Grayscale: #373737. Windows color (decimal): -11198617 or 6758229. OLE color: 6758229.

HSL color Cylindrical-coordinate representation of color #551F67: hue angle of 285º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #551F67 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8531103-
CMYK0.170.7000.60
HSL285º53.73%26.27%-
HSV(B)285º69.9%40.39%-
XYZ6.683.8913.23-
YUV55.35154.89149.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 31 (12.5% from 255) = 14.16%
BLUE value IS 103 (40.62% from 255) = 47.03%
R=38.81%
G=14.16%
B=47.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85311030.170.7000.6028553.7326.27
Hex551F67114603C11d361a
Octal12537147211060744356632
Binary1010101111111100111100011000110011110010001110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,31,103); }

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

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

 a { background-color: rgb(85,31,103); }

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

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

 span { border-color: rgb(85,31,103); }

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