#562568

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

Shades of Scarlet Gum #562568

Tints of Scarlet Gum #562568

Color information

#562568 (or 0x562568) is unknown color: approx Scarlet Gum. HEX triplet: 56, 25 and 68. RGB value is (86,37,104). Sum of RGB (Red+Green+Blue) = 86+37+104=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #562568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562568 is #A9DA97. Grayscale: #3B3B3B. Windows color (decimal): -11131544 or 6825302. OLE color: 6825302.

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

Color convert

RGB8637104-
CMYK0.170.6400.59
HSL283.88º47.52%27.65%-
HSV(B)283.88º64.42%40.78%-
XYZ74.313.56-
YUV59.29153.23147.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=37.89%
G=16.30%
B=45.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86371040.170.6400.59283.8847.5227.65
Hex562568114003B11c301c
Octal12645150211000734346034
Binary10101101001011101000100011000000011101110001110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562568; }

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

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

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

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

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

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

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

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