Html Css Color HEX #58324E Loulou

📋 copy color: '#58324E'

red 88 ◦ green 50 ◦ blue 78

#58324E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loulou #58324E

Tints of Loulou #58324E

RGB

 RED value IS 88 (34.77% from 255) = 40.74%

 GREEN value IS 50 (19.92% from 255) = 23.15%

 BLUE value IS 78 (30.86% from 255) = 36.11%

R = 40.74%
G = 23.15%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58324E (or 0x58324E) is known color: Loulou. HEX triplet: 58, 32 and 4E. RGB value is (88,50,78). Sum of RGB (Red+Green+Blue) = 88+50+78=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58324E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58324E is #A7CDB1. Grayscale: #404040. Windows color (decimal): -10997170 or 5124696. OLE color: 5124696.

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

Color convert

RGB 88 50 78 -
CMYK 0 0.43 0.11 0.65
HSL 315.79º 0.28% 0.27% -
HSV(B) 315.79º 0.43% 0.35% -
XYZ 6.54 4.91 7.81 -
YUV 64.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 88 50 78 0 0.43 0.11 0.65 315.79 0.28 0.27
Hex 58 32 4E 0 2B B 41 13C 1C 1B
Octal 130 62 116 0 53 13 101 474 34 33
Binary 1011000 110010 1001110 0 101011 1011 1000001 100111100 11100 11011

Color Harmonies of #58324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58324E

Black with #58324E

Text Example


Text Example

White with #58324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #58324E;
 }
 .AnyTagClassName
 {
   color: #58324E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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