#581A6A

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

Shades of Scarlet Gum #581A6A

Tints of Scarlet Gum #581A6A

Color information

#581A6A (or 0x581A6A) is unknown color: approx Scarlet Gum. HEX triplet: 58, 1A and 6A. RGB value is (88,26,106). Sum of RGB (Red+Green+Blue) = 88+26+106=220 (29% of max value = 765). Red value is 88 (34.77% from 255 or 40% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #581A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A6A is #A7E595. Grayscale: #353535. Windows color (decimal): -11003286 or 6953560. OLE color: 6953560.

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

Color convert

RGB8826106-
CMYK0.170.7500.58
HSL286.5º60.61%25.88%-
HSV(B)286.5º75.47%41.57%-
XYZ73.8514.01-
YUV53.66157.54152.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40%
GREEN value IS 26 (10.55% from 255) = 11.82%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=40%
G=11.82%
B=48.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88261060.170.7500.58286.560.6125.88
Hex581A6A114B03A11e3d1a
Octal13032152211130724367532
Binary1011000110101101010100011001011011101010001111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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