Html Css Color HEX #58334B Loulou

📋 copy color: '#58334B'

red 88 ◦ green 51 ◦ blue 75

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

Shades of Loulou #58334B

Tints of Loulou #58334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 41.12%
G = 23.83%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58334B (or 0x58334B) is known color: Loulou. HEX triplet: 58, 33 and 4B. RGB value is (88,51,75). Sum of RGB (Red+Green+Blue) = 88+51+75=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 88 - color contains mainly: red. Hex color #58334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58334B is #A7CCB4. Grayscale: #404040. Windows color (decimal): -10996917 or 4928344. OLE color: 4928344.

HSL color Cylindrical-coordinate representation of color #58334B: hue angle of 321.08º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #58334B is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 75 -
CMYK 0 0.42 0.15 0.65
HSL 321.08º 0.27% 0.27% -
HSV(B) 321.08º 0.42% 0.35% -
XYZ 6.48 4.95 7.27 -
YUV 64.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 88 51 75 0 0.42 0.15 0.65 321.08 0.27 0.27
Hex 58 33 4B 0 2A F 41 141 1B 1B
Octal 130 63 113 0 52 17 101 501 33 33
Binary 1011000 110011 1001011 0 101010 1111 1000001 101000001 11011 11011

Color Harmonies of #58334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58334B

Black with #58334B

Text Example


Text Example

White with #58334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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