#551967

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

Shades of Scarlet Gum #551967

Tints of Scarlet Gum #551967

Color information

#551967 (or 0x551967) is unknown color: approx Scarlet Gum. HEX triplet: 55, 19 and 67. RGB value is (85,25,103). Sum of RGB (Red+Green+Blue) = 85+25+103=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #551967 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551967 is #AAE698. Grayscale: #333333. Windows color (decimal): -11200153 or 6756693. OLE color: 6756693.

HSL color Cylindrical-coordinate representation of color #551967: hue angle of 286.15º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #551967 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8525103-
CMYK0.170.7600.60
HSL286.15º60.94%25.1%-
HSV(B)286.15º75.73%40.39%-
XYZ6.543.6113.18-
YUV51.83156.88151.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 25 (10.16% from 255) = 11.74%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=39.91%
G=11.74%
B=48.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85251030.170.7600.60286.1560.9425.1
Hex551967114C03C11e3d19
Octal12531147211140744367531
Binary1010101110011100111100011001100011110010001111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551967; }

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

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

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

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

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

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

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

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