Html Css Color HEX #58354B Loulou

📋 copy color: '#58354B'

red 88 ◦ green 53 ◦ blue 75

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

Shades of Loulou #58354B

Tints of Loulou #58354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.72%

R = 40.74%
G = 24.54%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58354B (or 0x58354B) is known color: Loulou. HEX triplet: 58, 35 and 4B. RGB value is (88,53,75). Sum of RGB (Red+Green+Blue) = 88+53+75=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 88 - color contains mainly: red. Hex color #58354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58354B is #A7CAB4. Grayscale: #414141. Windows color (decimal): -10996405 or 4928856. OLE color: 4928856.

HSL color Cylindrical-coordinate representation of color #58354B: hue angle of 322.29º 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 #58354B is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 53 75 -
CMYK 0 0.40 0.15 0.65
HSL 322.29º 0.25% 0.28% -
HSV(B) 322.29º 0.4% 0.35% -
XYZ 6.57 5.13 7.3 -
YUV 65.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 88 53 75 0 0.40 0.15 0.65 322.29 0.25 0.28
Hex 58 35 4B 0 28 F 41 142 19 1C
Octal 130 65 113 0 50 17 101 502 31 34
Binary 1011000 110101 1001011 0 101000 1111 1000001 101000010 11001 11100

Color Harmonies of #58354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58354B

Black with #58354B

Text Example


Text Example

White with #58354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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