#582765

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

Shades of Scarlet Gum #582765

Tints of Scarlet Gum #582765

Color information

#582765 (or 0x582765) is unknown color: approx Scarlet Gum. HEX triplet: 58, 27 and 65. RGB value is (88,39,101). Sum of RGB (Red+Green+Blue) = 88+39+101=228 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.60% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #582765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582765 is #A7D89A. Grayscale: #3C3C3C. Windows color (decimal): -10999963 or 6629208. OLE color: 6629208.

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

Color convert

RGB8839101-
CMYK0.130.6100.60
HSL287.42º44.29%27.45%-
HSV(B)287.42º61.39%39.61%-
XYZ7.14.4712.8-
YUV60.72150.73147.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.60%
GREEN value IS 39 (15.62% from 255) = 17.11%
BLUE value IS 101 (39.84% from 255) = 44.30%
R=38.60%
G=17.11%
B=44.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal88391010.130.6100.60287.4244.2927.45
Hex582765D3D03C11f2c1b
Octal1304714515750744375433
Binary101100010011111001011101111101011110010001111110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582765; }

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

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

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

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

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

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

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

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