#563062

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

Shades of Scarlet Gum #563062

Tints of Scarlet Gum #563062

Color information

#563062 (or 0x563062) is unknown color: approx Scarlet Gum. HEX triplet: 56, 30 and 62. RGB value is (86,48,98). Sum of RGB (Red+Green+Blue) = 86+48+98=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #563062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563062 is #A9CF9D. Grayscale: #404040. Windows color (decimal): -11128734 or 6434902. OLE color: 6434902.

HSL color Cylindrical-coordinate representation of color #563062: hue angle of 285.6º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #563062 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB864898-
CMYK0.120.5100.62
HSL285.6º34.25%28.63%-
HSV(B)285.6º51.02%38.43%-
XYZ7.14.9712.14-
YUV65.06146.59142.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 98 (38.67% from 255) = 42.24%
R=37.07%
G=20.69%
B=42.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8648980.120.5100.62285.634.2528.63
Hex563062C3303E11e221d
Octal1266014214630764364235
Binary101011011000011000101100110011011111010001111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563062; }

 p { color: rgb(86,48,98); }

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

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

 a { background-color: rgb(86,48,98); }

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

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

 span { border-color: rgb(86,48,98); }

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