Html Css Color HEX #5D334D Loulou

📋 copy color: '#5D334D'

red 93 ◦ green 51 ◦ blue 77

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

Shades of Loulou #5D334D

Tints of Loulou #5D334D

RGB

 RED value IS 93 (36.72% from 255) = 42.08%

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 42.08%
G = 23.08%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D334D (or 0x5D334D) is known color: Loulou. HEX triplet: 5D, 33 and 4D. RGB value is (93,51,77). Sum of RGB (Red+Green+Blue) = 93+51+77=221 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.08% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 93 - color contains mainly: red. Hex color #5D334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D334D is #A2CCB2. Grayscale: #424242. Windows color (decimal): -10669235 or 5059421. OLE color: 5059421.

HSL color Cylindrical-coordinate representation of color #5D334D: hue angle of 322.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D334D is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 51 77 -
CMYK 0 0.45 0.17 0.64
HSL 322.86º 0.29% 0.28% -
HSV(B) 322.86º 0.45% 0.36% -
XYZ 7.04 5.23 7.66 -
YUV 66.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 93 51 77 0 0.45 0.17 0.64 322.86 0.29 0.28
Hex 5D 33 4D 0 2D 11 40 143 1D 1C
Octal 135 63 115 0 55 21 100 503 35 34
Binary 1011101 110011 1001101 0 101101 10001 1000000 101000011 11101 11100

Color Harmonies of #5D334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D334D

Black with #5D334D

Text Example


Text Example

White with #5D334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D334D; }

 p { color: rgb(93,51,77); }

 H1.HeaderClassName
 {
   color: #5D334D;
 }
 .AnyTagClassName
 {
   color: #5D334D;
 }
</style>

background-color css

<style>
 a { background-color: #5D334D; }

 a { background-color: rgb(93,51,77); }

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

border-color css

<style>
 span { border-color: #5D334D; }

 span { border-color: rgb(93,51,77); }

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