#562165

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

Shades of Scarlet Gum #562165

Tints of Scarlet Gum #562165

Color information

#562165 (or 0x562165) is unknown color: approx Scarlet Gum. HEX triplet: 56, 21 and 65. RGB value is (86,33,101). Sum of RGB (Red+Green+Blue) = 86+33+101=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #562165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562165 is #A9DE9A. Grayscale: #383838. Windows color (decimal): -11132571 or 6627670. OLE color: 6627670.

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

Color convert

RGB8633101-
CMYK0.150.6700.60
HSL286.76º50.75%26.27%-
HSV(B)286.76º67.33%39.61%-
XYZ6.734.0112.73-
YUV56.6153.06148.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.09%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=39.09%
G=15%
B=45.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86331010.150.6700.60286.7650.7526.27
Hex562165F4303C11f331a
Octal12641145171030744376332
Binary1010110100001110010111111000011011110010001111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562165; }

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

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

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

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

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

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

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

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