#562565

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

Shades of Scarlet Gum #562565

Tints of Scarlet Gum #562565

Color information

#562565 (or 0x562565) is unknown color: approx Scarlet Gum. HEX triplet: 56, 25 and 65. RGB value is (86,37,101). Sum of RGB (Red+Green+Blue) = 86+37+101=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #562565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562565 is #A9DA9A. Grayscale: #3A3A3A. Windows color (decimal): -11131547 or 6628694. OLE color: 6628694.

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

Color convert

RGB8637101-
CMYK0.150.6300.60
HSL285.94º46.38%27.06%-
HSV(B)285.94º63.37%39.61%-
XYZ6.854.2412.77-
YUV58.95151.73147.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.39%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 101 (39.84% from 255) = 45.09%
R=38.39%
G=16.52%
B=45.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86371010.150.6300.60285.9446.3827.06
Hex562565F3F03C11e2e1b
Octal1264514517770744365633
Binary101011010010111001011111111111011110010001111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562565; }

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

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

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

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

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

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

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

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