#58196B

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

Shades of Scarlet Gum #58196B

Tints of Scarlet Gum #58196B

Color information

#58196B (or 0x58196B) is unknown color: approx Scarlet Gum. HEX triplet: 58, 19 and 6B. RGB value is (88,25,107). Sum of RGB (Red+Green+Blue) = 88+25+107=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #58196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58196B is #A7E694. Grayscale: #343434. Windows color (decimal): -11003541 or 7018840. OLE color: 7018840.

HSL color Cylindrical-coordinate representation of color #58196B: hue angle of 286.1º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58196B is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8825107-
CMYK0.180.7700.58
HSL286.1º62.12%25.88%-
HSV(B)286.1º76.64%41.96%-
XYZ7.033.8314.28-
YUV53.18158.37152.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 107 (42.19% from 255) = 48.64%
R=40%
G=11.36%
B=48.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88251070.180.7700.58286.162.1225.88
Hex58196B124D03A11e3e1a
Octal13031153221150724367632
Binary1011000110011101011100101001101011101010001111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58196B; }

 p { color: rgb(88,25,107); }

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

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

 a { background-color: rgb(88,25,107); }

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

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

 span { border-color: rgb(88,25,107); }

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