#561568

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

Shades of Scarlet Gum #561568

Tints of Scarlet Gum #561568

Color information

#561568 (or 0x561568) is unknown color: approx Scarlet Gum. HEX triplet: 56, 15 and 68. RGB value is (86,21,104). Sum of RGB (Red+Green+Blue) = 86+21+104=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 104 (41.02% from 255 or 49.29% from 211); Max value from RGB is 104 - color contains mainly: blue. Hex color #561568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561568 is #A9EA97. Grayscale: #313131. Windows color (decimal): -11135640 or 6821206. OLE color: 6821206.

HSL color Cylindrical-coordinate representation of color #561568: hue angle of 286.99º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561568 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8621104-
CMYK0.170.8000.59
HSL286.99º66.4%24.51%-
HSV(B)286.99º79.81%40.78%-
XYZ6.63.5113.43-
YUV49.9158.53153.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 21 (8.59% from 255) = 9.95%
BLUE value IS 104 (41.02% from 255) = 49.29%
R=40.76%
G=9.95%
B=49.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86211040.170.8000.59286.9966.424.51
Hex561568115003B11f4219
Octal126251502112007343710231
Binary10101101010111010001000110100000111011100011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #561568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #561568; }

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

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

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

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

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

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

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

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