#58226B

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

Shades of Scarlet Gum #58226B

Tints of Scarlet Gum #58226B

Color information

#58226B (or 0x58226B) is unknown color: approx Scarlet Gum. HEX triplet: 58, 22 and 6B. RGB value is (88,34,107). Sum of RGB (Red+Green+Blue) = 88+34+107=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #58226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58226B is #A7DD94. Grayscale: #3A3A3A. Windows color (decimal): -11001237 or 7021144. OLE color: 7021144.

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

Color convert

RGB8834107-
CMYK0.180.6800.58
HSL284.38º51.77%27.65%-
HSV(B)284.38º68.22%41.96%-
XYZ7.254.2814.35-
YUV58.47155.39149.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 107 (42.19% from 255) = 46.72%
R=38.43%
G=14.85%
B=46.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88341070.180.6800.58284.3851.7727.65
Hex58226B124403A11c341c
Octal13042153221040724346434
Binary10110001000101101011100101000100011101010001110011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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