#562469

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

Shades of Scarlet Gum #562469

Tints of Scarlet Gum #562469

Color information

#562469 (or 0x562469) is unknown color: approx Scarlet Gum. HEX triplet: 56, 24 and 69. RGB value is (86,36,105). Sum of RGB (Red+Green+Blue) = 86+36+105=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #562469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562469 is #A9DB96. Grayscale: #3A3A3A. Windows color (decimal): -11131799 or 6890582. OLE color: 6890582.

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

Color convert

RGB8636105-
CMYK0.180.6600.59
HSL283.48º48.94%27.65%-
HSV(B)283.48º65.71%41.18%-
XYZ7.024.2613.82-
YUV58.82154.06147.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=37.89%
G=15.86%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86361050.180.6600.59283.4848.9427.65
Hex562469124203B11b311c
Octal12644151221020734336134
Binary10101101001001101001100101000010011101110001101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562469; }

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

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

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

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

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

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

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

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