Html Css Color HEX #55384A Loulou

📋 copy color: '#55384A'

red 85 ◦ green 56 ◦ blue 74

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

Shades of Loulou #55384A

Tints of Loulou #55384A

RGB

 RED value IS 85 (33.59% from 255) = 39.53%

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 39.53%
G = 26.05%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55384A (or 0x55384A) is known color: Loulou. HEX triplet: 55, 38 and 4A. RGB value is (85,56,74). Sum of RGB (Red+Green+Blue) = 85+56+74=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 85 - color contains mainly: red. Hex color #55384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55384A is #AAC7B5. Grayscale: #424242. Windows color (decimal): -11192246 or 4864085. OLE color: 4864085.

HSL color Cylindrical-coordinate representation of color #55384A: hue angle of 322.76º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55384A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 56 74 -
CMYK 0 0.34 0.13 0.67
HSL 322.76º 0.21% 0.28% -
HSV(B) 322.76º 0.34% 0.33% -
XYZ 6.4 5.25 7.16 -
YUV 66.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 85 56 74 0 0.34 0.13 0.67 322.76 0.21 0.28
Hex 55 38 4A 0 22 D 43 143 15 1C
Octal 125 70 112 0 42 15 103 503 25 34
Binary 1010101 111000 1001010 0 100010 1101 1000011 101000011 10101 11100

Color Harmonies of #55384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55384A

Black with #55384A

Text Example


Text Example

White with #55384A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55384A; }

 p { color: rgb(85,56,74); }

 H1.HeaderClassName
 {
   color: #55384A;
 }
 .AnyTagClassName
 {
   color: #55384A;
 }
</style>

background-color css

<style>
 a { background-color: #55384A; }

 a { background-color: rgb(85,56,74); }

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

border-color css

<style>
 span { border-color: #55384A; }

 span { border-color: rgb(85,56,74); }

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