#551667

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

Shades of Scarlet Gum #551667

Tints of Scarlet Gum #551667

Color information

#551667 (or 0x551667) is unknown color: approx Scarlet Gum. HEX triplet: 55, 16 and 67. RGB value is (85,22,103). Sum of RGB (Red+Green+Blue) = 85+22+103=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 103 (40.62% from 255 or 49.05% from 210); Max value from RGB is 103 - color contains mainly: blue. Hex color #551667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551667 is #AAE998. Grayscale: #313131. Windows color (decimal): -11200921 or 6755925. OLE color: 6755925.

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

Color convert

RGB8522103-
CMYK0.170.7900.60
HSL286.67º64.8%24.51%-
HSV(B)286.67º78.64%40.39%-
XYZ6.483.4813.16-
YUV50.07157.87152.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 40.48%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 103 (40.62% from 255) = 49.05%
R=40.48%
G=10.48%
B=49.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85221030.170.7900.60286.6764.824.51
Hex551667114F03C11f4119
Octal125261472111707443710131
Binary10101011011011001111000110011110111100100011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551667; }

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

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

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

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

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

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

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

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