#581C6D

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

Shades of Scarlet Gum #581C6D

Tints of Scarlet Gum #581C6D

Color information

#581C6D (or 0x581C6D) is unknown color: approx Scarlet Gum. HEX triplet: 58, 1C and 6D. RGB value is (88,28,109). Sum of RGB (Red+Green+Blue) = 88+28+109=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #581C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C6D is #A7E392. Grayscale: #363636. Windows color (decimal): -11002771 or 7150680. OLE color: 7150680.

HSL color Cylindrical-coordinate representation of color #581C6D: hue angle of 284.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581C6D is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8828109-
CMYK0.190.7400.57
HSL284.44º59.12%26.86%-
HSV(B)284.44º74.31%42.75%-
XYZ7.24.0114.86-
YUV55.17158.38151.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 109 (42.97% from 255) = 48.44%
R=39.11%
G=12.44%
B=48.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88281090.190.7400.57284.4459.1226.86
Hex581C6D134A03911c3b1b
Octal13034155231120714347333
Binary1011000111001101101100111001010011100110001110011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,28,109); }

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

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

 a { background-color: rgb(88,28,109); }

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

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

 span { border-color: rgb(88,28,109); }

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