#582565

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

Shades of Scarlet Gum #582565

Tints of Scarlet Gum #582565

Color information

#582565 (or 0x582565) is unknown color: approx Scarlet Gum. HEX triplet: 58, 25 and 65. RGB value is (88,37,101). Sum of RGB (Red+Green+Blue) = 88+37+101=226 (29% of max value = 765). Red value is 88 (34.77% from 255 or 38.94% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 101 - color contains mainly: blue. Hex color #582565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582565 is #A7DA9A. Grayscale: #3B3B3B. Windows color (decimal): -11000475 or 6628696. OLE color: 6628696.

HSL color Cylindrical-coordinate representation of color #582565: hue angle of 287.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #582565 is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8837101-
CMYK0.130.6300.60
HSL287.81º46.38%27.06%-
HSV(B)287.81º63.37%39.61%-
XYZ7.044.3412.78-
YUV59.54151.4148.3-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.94%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=38.94%
G=16.37%
B=44.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88371010.130.6300.60287.8146.3827.06
Hex582565D3F03C1202e1b
Octal1304514515770744405633
Binary101100010010111001011101111111011110010010000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582565; }

 p { color: rgb(88,37,101); }

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

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

 a { background-color: rgb(88,37,101); }

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

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

 span { border-color: rgb(88,37,101); }

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