#562668

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

Shades of Scarlet Gum #562668

Tints of Scarlet Gum #562668

Color information

#562668 (or 0x562668) is unknown color: approx Scarlet Gum. HEX triplet: 56, 26 and 68. RGB value is (86,38,104). Sum of RGB (Red+Green+Blue) = 86+38+104=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #562668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #562668 is #A9D997. Grayscale: #3B3B3B. Windows color (decimal): -11131288 or 6825558. OLE color: 6825558.

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

Color convert

RGB8638104-
CMYK0.170.6300.59
HSL283.64º46.48%27.84%-
HSV(B)283.64º63.46%40.78%-
XYZ7.034.3613.57-
YUV59.88152.9146.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.72%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=37.72%
G=16.67%
B=45.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86381040.170.6300.59283.6446.4827.84
Hex562668113F03B11c2e1c
Octal1264615021770734345634
Binary1010110100110110100010001111111011101110001110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562668; }

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

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

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

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

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

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

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

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