#58264F

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

Shades of Loulou #58264F

Tints of Loulou #58264F

Color information

#58264F (or 0x58264F) is unknown color: approx Loulou. HEX triplet: 58, 26 and 4F. RGB value is (88,38,79). Sum of RGB (Red+Green+Blue) = 88+38+79=205 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.93% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 88 - color contains mainly: red. Hex color #58264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58264F is #A7D9B0. Grayscale: #393939. Windows color (decimal): -11000241 or 5187160. OLE color: 5187160.

HSL color Cylindrical-coordinate representation of color #58264F: hue angle of 310.8º 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 #58264F is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB883879-
CMYK00.570.100.65
HSL310.8º39.68%24.71%-
HSV(B)310.8º56.82%34.51%-
XYZ6.134.037.85-
YUV57.62140.06149.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.93%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 79 (31.25% from 255) = 38.54%
R=42.93%
G=18.54%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88387900.570.100.65310.839.6824.71
Hex58264F039A411372819
Octal13046117071121014675031
Binary1011000100110100111101110011010100000110011011110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58264F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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