#56166B

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

Shades of Scarlet Gum #56166B

Tints of Scarlet Gum #56166B

Color information

#56166B (or 0x56166B) is unknown color: approx Scarlet Gum. HEX triplet: 56, 16 and 6B. RGB value is (86,22,107). Sum of RGB (Red+Green+Blue) = 86+22+107=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #56166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56166B is #A9E994. Grayscale: #323232. Windows color (decimal): -11135381 or 7018070. OLE color: 7018070.

HSL color Cylindrical-coordinate representation of color #56166B: hue angle of 285.18º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56166B is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8622107-
CMYK0.200.7900.58
HSL285.18º65.89%25.29%-
HSV(B)285.18º79.44%41.96%-
XYZ6.783.6114.25-
YUV50.83159.7153.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 107 (42.19% from 255) = 49.77%
R=40%
G=10.23%
B=49.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86221070.200.7900.58285.1865.8925.29
Hex56166B144F03A11d4219
Octal126261532411707243510231
Binary10101101011011010111010010011110111010100011101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56166B; }

 p { color: rgb(86,22,107); }

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

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

 a { background-color: rgb(86,22,107); }

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

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

 span { border-color: rgb(86,22,107); }

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