#58284D

Color #58284D Loulou (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loulou #58284D

Tints of Loulou #58284D

Color information

#58284D (or 0x58284D) is unknown color: approx Loulou. HEX triplet: 58, 28 and 4D. RGB value is (88,40,77). Sum of RGB (Red+Green+Blue) = 88+40+77=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58284D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58284D is #A7D7B2. Grayscale: #3A3A3A. Windows color (decimal): -10999731 or 5056600. OLE color: 5056600.

HSL color Cylindrical-coordinate representation of color #58284D: hue angle of 313.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58284D is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB884077-
CMYK00.550.120.65
HSL313.75º37.5%25.1%-
HSV(B)313.75º54.55%34.51%-
XYZ6.124.137.5-
YUV58.57138.4148.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=42.93%
G=19.51%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88407700.550.120.65313.7537.525.1
Hex58284D037C4113a2619
Octal13050115067141014724631
Binary1011000101000100110101101111100100000110011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58284D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58284D; }

 p { color: rgb(88,40,77); }

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

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

 a { background-color: rgb(88,40,77); }

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

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

 span { border-color: rgb(88,40,77); }

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