#581A68

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

Shades of Scarlet Gum #581A68

Tints of Scarlet Gum #581A68

Color information

#581A68 (or 0x581A68) is unknown color: approx Scarlet Gum. HEX triplet: 58, 1A and 68. RGB value is (88,26,104). Sum of RGB (Red+Green+Blue) = 88+26+104=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #581A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581A68 is #A7E597. Grayscale: #353535. Windows color (decimal): -11003288 or 6822488. OLE color: 6822488.

HSL color Cylindrical-coordinate representation of color #581A68: hue angle of 287.69º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581A68 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8826104-
CMYK0.150.7500.59
HSL287.69º60%25.49%-
HSV(B)287.69º75%40.78%-
XYZ6.893.8113.47-
YUV53.43156.54152.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.37%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 104 (41.02% from 255) = 47.71%
R=40.37%
G=11.93%
B=47.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88261040.150.7500.59287.696025.49
Hex581A68F4B03B1203c19
Octal13032150171130734407431
Binary101100011010110100011111001011011101110010000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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