Html Css Color HEX #55174E Loulou

📋 copy color: '#55174E'

red 85 ◦ green 23 ◦ blue 78

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

Shades of Loulou #55174E

Tints of Loulou #55174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.37%

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

R = 45.7%
G = 12.37%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55174E (or 0x55174E) is known color: Loulou. HEX triplet: 55, 17 and 4E. RGB value is (85,23,78). Sum of RGB (Red+Green+Blue) = 85+23+78=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 85 - color contains mainly: red. Hex color #55174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55174E is #AAE8B1. Grayscale: #2F2F2F. Windows color (decimal): -11200690 or 5117781. OLE color: 5117781.

HSL color Cylindrical-coordinate representation of color #55174E: hue angle of 306.77º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55174E is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 78 -
CMYK 0 0.73 0.08 0.67
HSL 306.77º 0.57% 0.21% -
HSV(B) 306.77º 0.73% 0.33% -
XYZ 5.43 3.09 7.52 -
YUV 47.81 145.04 154.53 -
System Red Green Blue C M Y K H S L
Decimal 85 23 78 0 0.73 0.08 0.67 306.77 0.57 0.21
Hex 55 17 4E 0 49 8 43 133 39 15
Octal 125 27 116 0 111 10 103 463 71 25
Binary 1010101 10111 1001110 0 1001001 1000 1000011 100110011 111001 10101

Color Harmonies of #55174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55174E

Black with #55174E

Text Example


Text Example

White with #55174E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,23,78); }

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

background-color css

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

 a { background-color: rgb(85,23,78); }

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

border-color css

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

 span { border-color: rgb(85,23,78); }

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