#581A6B

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

Shades of Scarlet Gum #581A6B

Tints of Scarlet Gum #581A6B

Color information

#581A6B (or 0x581A6B) is unknown color: approx Scarlet Gum. HEX triplet: 58, 1A and 6B. RGB value is (88,26,107). Sum of RGB (Red+Green+Blue) = 88+26+107=221 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.82% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #581A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6B is #A7E594. Grayscale: #353535. Windows color (decimal): -11003285 or 7019096. OLE color: 7019096.

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

Color convert

RGB8826107-
CMYK0.180.7600.58
HSL285.93º60.9%26.08%-
HSV(B)285.93º75.7%41.96%-
XYZ7.053.8814.29-
YUV53.77158.04152.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.82%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 107 (42.19% from 255) = 48.42%
R=39.82%
G=11.76%
B=48.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88261070.180.7600.58285.9360.926.08
Hex581A6B124C03A11e3d1a
Octal13032153221140724367532
Binary1011000110101101011100101001100011101010001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A6B; }

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

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

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

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

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

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

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

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