#582F4D

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

Shades of Loulou #582F4D

Tints of Loulou #582F4D

Color information

#582F4D (or 0x582F4D) is unknown color: approx Loulou. HEX triplet: 58, 2F and 4D. RGB value is (88,47,77). Sum of RGB (Red+Green+Blue) = 88+47+77=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F4D is #A7D0B2. Grayscale: #3E3E3E. Windows color (decimal): -10997939 or 5058392. OLE color: 5058392.

HSL color Cylindrical-coordinate representation of color #582F4D: hue angle of 316.1º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F4D is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB884777-
CMYK00.470.120.65
HSL316.1º30.37%26.47%-
HSV(B)316.1º46.59%34.51%-
XYZ6.384.647.58-
YUV62.68136.08146.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 77 (30.47% from 255) = 36.32%
R=41.51%
G=22.17%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88477700.470.120.65316.130.3726.47
Hex582F4D02FC4113c1e1a
Octal13057115057141014743632
Binary101100010111110011010101111110010000011001111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F4D; }

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

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

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

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

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

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

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

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