Html Css Color HEX #58354C Loulou

📋 copy color: '#58354C'

red 88 ◦ green 53 ◦ blue 76

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

Shades of Loulou #58354C

Tints of Loulou #58354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.42%

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

R = 40.55%
G = 24.42%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#58354C (or 0x58354C) is known color: Loulou. HEX triplet: 58, 35 and 4C. RGB value is (88,53,76). Sum of RGB (Red+Green+Blue) = 88+53+76=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58354C is #A7CAB3. Grayscale: #424242. Windows color (decimal): -10996404 or 4994392. OLE color: 4994392.

HSL color Cylindrical-coordinate representation of color #58354C: hue angle of 320.57º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58354C is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 76 -
CMYK 0 0.40 0.14 0.65
HSL 320.57º 0.25% 0.28% -
HSV(B) 320.57º 0.4% 0.35% -
XYZ 6.6 5.14 7.48 -
YUV 66.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 88 53 76 0 0.40 0.14 0.65 320.57 0.25 0.28
Hex 58 35 4C 0 28 E 41 141 19 1C
Octal 130 65 114 0 50 16 101 501 31 34
Binary 1011000 110101 1001100 0 101000 1110 1000001 101000001 11001 11100

Color Harmonies of #58354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58354C

Black with #58354C

Text Example


Text Example

White with #58354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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