#582668

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

Shades of Scarlet Gum #582668

Tints of Scarlet Gum #582668

Color information

#582668 (or 0x582668) is unknown color: approx Scarlet Gum. HEX triplet: 58, 26 and 68. RGB value is (88,38,104). Sum of RGB (Red+Green+Blue) = 88+38+104=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #582668 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582668 is #A7D997. Grayscale: #3C3C3C. Windows color (decimal): -11000216 or 6825560. OLE color: 6825560.

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

Color convert

RGB8838104-
CMYK0.150.6300.59
HSL285.45º46.48%27.84%-
HSV(B)285.45º63.46%40.78%-
XYZ7.224.4613.58-
YUV60.47152.56147.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 104 (41.02% from 255) = 45.22%
R=38.26%
G=16.52%
B=45.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88381040.150.6300.59285.4546.4827.84
Hex582668F3F03B11d2e1c
Octal1304615017770734355634
Binary101100010011011010001111111111011101110001110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582668; }

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

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

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

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

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

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

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

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