Html Css Color HEX #58334E Loulou

📋 copy color: '#58334E'

red 88 ◦ green 51 ◦ blue 78

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

Shades of Loulou #58334E

Tints of Loulou #58334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 40.55%
G = 23.5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58334E (or 0x58334E) is known color: Loulou. HEX triplet: 58, 33 and 4E. RGB value is (88,51,78). Sum of RGB (Red+Green+Blue) = 88+51+78=217 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.55% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 88 - color contains mainly: red. Hex color #58334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58334E is #A7CCB1. Grayscale: #414141. Windows color (decimal): -10996914 or 5124952. OLE color: 5124952.

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

Color convert

RGB 88 51 78 -
CMYK 0 0.42 0.11 0.65
HSL 316.22º 0.27% 0.27% -
HSV(B) 316.22º 0.42% 0.35% -
XYZ 6.58 4.99 7.82 -
YUV 65.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 88 51 78 0 0.42 0.11 0.65 316.22 0.27 0.27
Hex 58 33 4E 0 2A B 41 13C 1B 1B
Octal 130 63 116 0 52 13 101 474 33 33
Binary 1011000 110011 1001110 0 101010 1011 1000001 100111100 11011 11011

Color Harmonies of #58334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58334E

Black with #58334E

Text Example


Text Example

White with #58334E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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