#581768

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

Shades of Scarlet Gum #581768

Tints of Scarlet Gum #581768

Color information

#581768 (or 0x581768) is unknown color: approx Scarlet Gum. HEX triplet: 58, 17 and 68. RGB value is (88,23,104). Sum of RGB (Red+Green+Blue) = 88+23+104=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #581768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581768 is #A7E897. Grayscale: #333333. Windows color (decimal): -11004056 or 6821720. OLE color: 6821720.

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

Color convert

RGB8823104-
CMYK0.150.7800.59
HSL288.15º63.78%24.9%-
HSV(B)288.15º77.88%40.78%-
XYZ6.833.6913.45-
YUV51.67157.53153.91-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=40.93%
G=10.70%
B=48.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88231040.150.7800.59288.1563.7824.9
Hex581768F4E03B1204019
Octal130271501711607344010031
Binary1011000101111101000111110011100111011100100000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581768; }

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

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

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

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

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

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

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

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