#56186C

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

Shades of Scarlet Gum #56186C

Tints of Scarlet Gum #56186C

Color information

#56186C (or 0x56186C) is unknown color: approx Scarlet Gum. HEX triplet: 56, 18 and 6C. RGB value is (86,24,108). Sum of RGB (Red+Green+Blue) = 86+24+108=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #56186C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #56186C is #A9E793. Grayscale: #333333. Windows color (decimal): -11134868 or 7084118. OLE color: 7084118.

HSL color Cylindrical-coordinate representation of color #56186C: hue angle of 284.29º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56186C is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8624108-
CMYK0.200.7800.58
HSL284.29º63.64%25.88%-
HSV(B)284.29º77.78%42.35%-
XYZ6.873.7114.54-
YUV52.11159.54152.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.45%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=39.45%
G=11.01%
B=49.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86241080.200.7800.58284.2963.6425.88
Hex56186C144E03A11c401a
Octal126301542411607243410032
Binary10101101100011011001010010011100111010100011100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56186C; }

 p { color: rgb(86,24,108); }

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

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

 a { background-color: rgb(86,24,108); }

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

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

 span { border-color: rgb(86,24,108); }

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