#562465

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

Shades of Scarlet Gum #562465

Tints of Scarlet Gum #562465

Color information

#562465 (or 0x562465) is unknown color: approx Scarlet Gum. HEX triplet: 56, 24 and 65. RGB value is (86,36,101). Sum of RGB (Red+Green+Blue) = 86+36+101=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 101 (39.84% from 255 or 45.29% from 223); Max value from RGB is 101 - color contains mainly: blue. Hex color #562465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562465 is #A9DB9A. Grayscale: #3A3A3A. Windows color (decimal): -11131803 or 6628438. OLE color: 6628438.

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

Color convert

RGB8636101-
CMYK0.150.6400.60
HSL286.15º47.45%26.86%-
HSV(B)286.15º64.36%39.61%-
XYZ6.824.1812.76-
YUV58.36152.06147.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 101 (39.84% from 255) = 45.29%
R=38.57%
G=16.14%
B=45.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86361010.150.6400.60286.1547.4526.86
Hex562465F4003C11e2f1b
Octal12644145171000744365733
Binary1010110100100110010111111000000011110010001111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562465; }

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

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

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

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

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

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

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

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