#561468

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

Shades of Scarlet Gum #561468

Tints of Scarlet Gum #561468

Color information

#561468 (or 0x561468) is unknown color: approx Scarlet Gum. HEX triplet: 56, 14 and 68. RGB value is (86,20,104). Sum of RGB (Red+Green+Blue) = 86+20+104=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #561468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561468 is #A9EB97. Grayscale: #313131. Windows color (decimal): -11135896 or 6820950. OLE color: 6820950.

HSL color Cylindrical-coordinate representation of color #561468: hue angle of 287.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561468 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8620104-
CMYK0.170.8100.59
HSL287.14º67.74%24.31%-
HSV(B)287.14º80.77%40.78%-
XYZ6.593.4813.42-
YUV49.31158.87154.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=40.95%
G=9.52%
B=49.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86201040.170.8100.59287.1467.7424.31
Hex561468115103B11f4418
Octal126241502112107343710430
Binary10101101010011010001000110100010111011100011111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561468; }

 p { color: rgb(86,20,104); }

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

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

 a { background-color: rgb(86,20,104); }

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

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

 span { border-color: rgb(86,20,104); }

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