#562468

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

Shades of Scarlet Gum #562468

Tints of Scarlet Gum #562468

Color information

#562468 (or 0x562468) is unknown color: approx Scarlet Gum. HEX triplet: 56, 24 and 68. RGB value is (86,36,104). Sum of RGB (Red+Green+Blue) = 86+36+104=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #562468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562468 is #A9DB97. Grayscale: #3A3A3A. Windows color (decimal): -11131800 or 6825046. OLE color: 6825046.

HSL color Cylindrical-coordinate representation of color #562468: hue angle of 284.12º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #562468 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8636104-
CMYK0.170.6500.59
HSL284.12º48.57%27.45%-
HSV(B)284.12º65.38%40.78%-
XYZ6.974.2413.55-
YUV58.7153.56147.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 36 (14.45% from 255) = 15.93%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=38.05%
G=15.93%
B=46.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86361040.170.6500.59284.1248.5727.45
Hex562468114103B11c311b
Octal12644150211010734346133
Binary10101101001001101000100011000001011101110001110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562468; }

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

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

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

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

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

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

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

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