#562563

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

Shades of Scarlet Gum #562563

Tints of Scarlet Gum #562563

Color information

#562563 (or 0x562563) is unknown color: approx Scarlet Gum. HEX triplet: 56, 25 and 63. RGB value is (86,37,99). Sum of RGB (Red+Green+Blue) = 86+37+99=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #562563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562563 is #A9DA9C. Grayscale: #3A3A3A. Windows color (decimal): -11131549 or 6497622. OLE color: 6497622.

HSL color Cylindrical-coordinate representation of color #562563: hue angle of 287.42º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #562563 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB863799-
CMYK0.130.6300.61
HSL287.42º45.59%26.67%-
HSV(B)287.42º62.63%38.82%-
XYZ6.754.212.26-
YUV58.72150.73147.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=38.74%
G=16.67%
B=44.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8637990.130.6300.61287.4245.5926.67
Hex562563D3F03D11f2e1b
Octal1264514315770754375633
Binary101011010010111000111101111111011110110001111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562563; }

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

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

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

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

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

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

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

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