#58166C

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

Shades of Scarlet Gum #58166C

Tints of Scarlet Gum #58166C

Color information

#58166C (or 0x58166C) is unknown color: approx Scarlet Gum. HEX triplet: 58, 16 and 6C. RGB value is (88,22,108). Sum of RGB (Red+Green+Blue) = 88+22+108=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #58166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58166C is #A7E993. Grayscale: #333333. Windows color (decimal): -11004308 or 7083608. OLE color: 7083608.

HSL color Cylindrical-coordinate representation of color #58166C: hue angle of 286.05º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58166C is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8822108-
CMYK0.190.8000.58
HSL286.05º66.15%25.49%-
HSV(B)286.05º79.63%42.35%-
XYZ7.023.7314.54-
YUV51.54159.87154.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 108 (42.58% from 255) = 49.54%
R=40.37%
G=10.09%
B=49.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88221080.190.8000.58286.0566.1525.49
Hex58166C135003A11e4219
Octal130261542312007243610231
Binary10110001011011011001001110100000111010100011110100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58166C; }

 p { color: rgb(88,22,108); }

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

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

 a { background-color: rgb(88,22,108); }

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

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

 span { border-color: rgb(88,22,108); }

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