Html Css Color HEX #58204C Loulou

📋 copy color: '#58204C'

red 88 ◦ green 32 ◦ blue 76

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

Shades of Loulou #58204C

Tints of Loulou #58204C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

 BLUE value IS 76 (30.08% from 255) = 38.78%

R = 44.9%
G = 16.33%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58204C (or 0x58204C) is known color: Loulou. HEX triplet: 58, 20 and 4C. RGB value is (88,32,76). Sum of RGB (Red+Green+Blue) = 88+32+76=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58204C is #A7DFB3. Grayscale: #353535. Windows color (decimal): -11001780 or 4989016. OLE color: 4989016.

HSL color Cylindrical-coordinate representation of color #58204C: hue angle of 312.86º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58204C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 76 -
CMYK 0 0.64 0.14 0.65
HSL 312.86º 0.47% 0.24% -
HSV(B) 312.86º 0.64% 0.35% -
XYZ 5.85 3.63 7.23 -
YUV 53.76 140.55 152.42 -
System Red Green Blue C M Y K H S L
Decimal 88 32 76 0 0.64 0.14 0.65 312.86 0.47 0.24
Hex 58 20 4C 0 40 E 41 139 2F 18
Octal 130 40 114 0 100 16 101 471 57 30
Binary 1011000 100000 1001100 0 1000000 1110 1000001 100111001 101111 11000

Color Harmonies of #58204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58204C

Black with #58204C

Text Example


Text Example

White with #58204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58204C; }

 p { color: rgb(88,32,76); }

 H1.HeaderClassName
 {
   color: #58204C;
 }
 .AnyTagClassName
 {
   color: #58204C;
 }
</style>

background-color css

<style>
 a { background-color: #58204C; }

 a { background-color: rgb(88,32,76); }

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

border-color css

<style>
 span { border-color: #58204C; }

 span { border-color: rgb(88,32,76); }

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