Html Css Color HEX #55164C Loulou

📋 copy color: '#55164C'

red 85 ◦ green 22 ◦ blue 76

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

Shades of Loulou #55164C

Tints of Loulou #55164C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

 BLUE value IS 76 (30.08% from 255) = 41.53%

R = 46.45%
G = 12.02%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55164C (or 0x55164C) is known color: Loulou. HEX triplet: 55, 16 and 4C. RGB value is (85,22,76). Sum of RGB (Red+Green+Blue) = 85+22+76=183 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.45% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 85 - color contains mainly: red. Hex color #55164C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55164C is #AAE9B3. Grayscale: #2E2E2E. Windows color (decimal): -11200948 or 4986453. OLE color: 4986453.

HSL color Cylindrical-coordinate representation of color #55164C: hue angle of 308.57º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55164C is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 22 76 -
CMYK 0 0.74 0.11 0.67
HSL 308.57º 0.59% 0.21% -
HSV(B) 308.57º 0.74% 0.33% -
XYZ 5.34 3.03 7.14 -
YUV 46.99 144.37 155.11 -
System Red Green Blue C M Y K H S L
Decimal 85 22 76 0 0.74 0.11 0.67 308.57 0.59 0.21
Hex 55 16 4C 0 4A B 43 135 3B 15
Octal 125 26 114 0 112 13 103 465 73 25
Binary 1010101 10110 1001100 0 1001010 1011 1000011 100110101 111011 10101

Color Harmonies of #55164C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55164C

Black with #55164C

Text Example


Text Example

White with #55164C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55164C; }

 p { color: rgb(85,22,76); }

 H1.HeaderClassName
 {
   color: #55164C;
 }
 .AnyTagClassName
 {
   color: #55164C;
 }
</style>

background-color css

<style>
 a { background-color: #55164C; }

 a { background-color: rgb(85,22,76); }

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

border-color css

<style>
 span { border-color: #55164C; }

 span { border-color: rgb(85,22,76); }

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