#58226A

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

Shades of Scarlet Gum #58226A

Tints of Scarlet Gum #58226A

Color information

#58226A (or 0x58226A) is unknown color: approx Scarlet Gum. HEX triplet: 58, 22 and 6A. RGB value is (88,34,106). Sum of RGB (Red+Green+Blue) = 88+34+106=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #58226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226A is #A7DD95. Grayscale: #3A3A3A. Windows color (decimal): -11001238 or 6955608. OLE color: 6955608.

HSL color Cylindrical-coordinate representation of color #58226A: hue angle of 285º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58226A is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8834106-
CMYK0.170.6800.58
HSL285º51.43%27.45%-
HSV(B)285º67.92%41.57%-
XYZ7.24.2614.08-
YUV58.35154.89149.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 106 (41.80% from 255) = 46.49%
R=38.60%
G=14.91%
B=46.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88341060.170.6800.5828551.4327.45
Hex58226A114403A11d331b
Octal13042152211040724356333
Binary10110001000101101010100011000100011101010001110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58226A; }

 p { color: rgb(88,34,106); }

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

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

 a { background-color: rgb(88,34,106); }

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

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

 span { border-color: rgb(88,34,106); }

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