Html Css Color HEX #55304A Loulou

📋 copy color: '#55304A'

red 85 ◦ green 48 ◦ blue 74

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

Shades of Loulou #55304A

Tints of Loulou #55304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.19%

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

R = 41.06%
G = 23.19%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#55304A (or 0x55304A) is known color: Loulou. HEX triplet: 55, 30 and 4A. RGB value is (85,48,74). Sum of RGB (Red+Green+Blue) = 85+48+74=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 85 - color contains mainly: red. Hex color #55304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55304A is #AACFB5. Grayscale: #3D3D3D. Windows color (decimal): -11194294 or 4862037. OLE color: 4862037.

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

Color convert

RGB 85 48 74 -
CMYK 0 0.44 0.13 0.67
HSL 317.84º 0.28% 0.26% -
HSV(B) 317.84º 0.44% 0.33% -
XYZ 6.04 4.54 7.04 -
YUV 62.03 134.76 144.39 -
System Red Green Blue C M Y K H S L
Decimal 85 48 74 0 0.44 0.13 0.67 317.84 0.28 0.26
Hex 55 30 4A 0 2C D 43 13E 1C 1A
Octal 125 60 112 0 54 15 103 476 34 32
Binary 1010101 110000 1001010 0 101100 1101 1000011 100111110 11100 11010

Color Harmonies of #55304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55304A

Black with #55304A

Text Example


Text Example

White with #55304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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