Html Css Color HEX #58334F Loulou

📋 copy color: '#58334F'

red 88 ◦ green 51 ◦ blue 79

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

Shades of Loulou #58334F

Tints of Loulou #58334F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.24%

R = 40.37%
G = 23.39%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58334F (or 0x58334F) is known color: Loulou. HEX triplet: 58, 33 and 4F. RGB value is (88,51,79). Sum of RGB (Red+Green+Blue) = 88+51+79=218 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.37% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 88 - color contains mainly: red. Hex color #58334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58334F is #A7CCB0. Grayscale: #414141. Windows color (decimal): -10996913 or 5190488. OLE color: 5190488.

HSL color Cylindrical-coordinate representation of color #58334F: hue angle of 314.59º 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 #58334F is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 51 79 -
CMYK 0 0.42 0.10 0.65
HSL 314.59º 0.27% 0.27% -
HSV(B) 314.59º 0.42% 0.35% -
XYZ 6.62 5.01 8.01 -
YUV 65.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 88 51 79 0 0.42 0.10 0.65 314.59 0.27 0.27
Hex 58 33 4F 0 2A A 41 13B 1B 1B
Octal 130 63 117 0 52 12 101 473 33 33
Binary 1011000 110011 1001111 0 101010 1010 1000001 100111011 11011 11011

Color Harmonies of #58334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58334F

Black with #58334F

Text Example


Text Example

White with #58334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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