#581D69

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

Shades of Scarlet Gum #581D69

Tints of Scarlet Gum #581D69

Color information

#581D69 (or 0x581D69) is unknown color: approx Scarlet Gum. HEX triplet: 58, 1D and 69. RGB value is (88,29,105). Sum of RGB (Red+Green+Blue) = 88+29+105=222 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.64% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #581D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581D69 is #A7E296. Grayscale: #373737. Windows color (decimal): -11002519 or 6888792. OLE color: 6888792.

HSL color Cylindrical-coordinate representation of color #581D69: hue angle of 286.58º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581D69 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8829105-
CMYK0.160.7200.59
HSL286.58º56.72%26.27%-
HSV(B)286.58º72.38%41.18%-
XYZ7.013.9713.76-
YUV55.3156.05151.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.64%
GREEN value IS 29 (11.72% from 255) = 13.06%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=39.64%
G=13.06%
B=47.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88291050.160.7200.59286.5856.7226.27
Hex581D69104803B11f391a
Octal13035151201100734377132
Binary1011000111011101001100001001000011101110001111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,29,105); }

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

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

 a { background-color: rgb(88,29,105); }

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

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

 span { border-color: rgb(88,29,105); }

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