#562269

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

Shades of Scarlet Gum #562269

Tints of Scarlet Gum #562269

Color information

#562269 (or 0x562269) is unknown color: approx Scarlet Gum. HEX triplet: 56, 22 and 69. RGB value is (86,34,105). Sum of RGB (Red+Green+Blue) = 86+34+105=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #562269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562269 is #A9DD96. Grayscale: #393939. Windows color (decimal): -11132311 or 6890070. OLE color: 6890070.

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

Color convert

RGB8634105-
CMYK0.180.6800.59
HSL283.94º51.08%27.25%-
HSV(B)283.94º67.62%41.18%-
XYZ6.964.1413.8-
YUV57.64154.73148.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.22%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=38.22%
G=15.11%
B=46.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86341050.180.6800.59283.9451.0827.25
Hex562269124403B11c331b
Octal12642151221040734346333
Binary10101101000101101001100101000100011101110001110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562269; }

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

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

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

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

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

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

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

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