#58264E

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

Shades of Loulou #58264E

Tints of Loulou #58264E

Color information

#58264E (or 0x58264E) is unknown color: approx Loulou. HEX triplet: 58, 26 and 4E. RGB value is (88,38,78). Sum of RGB (Red+Green+Blue) = 88+38+78=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58264E is #A7D9B1. Grayscale: #393939. Windows color (decimal): -11000242 or 5121624. OLE color: 5121624.

HSL color Cylindrical-coordinate representation of color #58264E: hue angle of 312º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58264E is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB883878-
CMYK00.570.110.65
HSL312º39.68%24.71%-
HSV(B)312º56.82%34.51%-
XYZ6.094.017.66-
YUV57.51139.56149.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 38 (15.23% from 255) = 18.63%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=43.14%
G=18.63%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88387800.570.110.6531239.6824.71
Hex58264E039B411382819
Octal13046116071131014705031
Binary1011000100110100111001110011011100000110011100010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58264E; }

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

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

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

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

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

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

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

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