Html Css Color HEX #55154C Loulou

📋 copy color: '#55154C'

red 85 ◦ green 21 ◦ blue 76

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

Shades of Loulou #55154C

Tints of Loulou #55154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.54%

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

R = 46.7%
G = 11.54%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55154C (or 0x55154C) is known color: Loulou. HEX triplet: 55, 15 and 4C. RGB value is (85,21,76). Sum of RGB (Red+Green+Blue) = 85+21+76=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #55154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55154C is #AAEAB3. Grayscale: #2E2E2E. Windows color (decimal): -11201204 or 4986197. OLE color: 4986197.

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

Color convert

RGB 85 21 76 -
CMYK 0 0.75 0.11 0.67
HSL 308.44º 0.6% 0.21% -
HSV(B) 308.44º 0.75% 0.33% -
XYZ 5.32 2.99 7.13 -
YUV 46.41 144.7 155.53 -
System Red Green Blue C M Y K H S L
Decimal 85 21 76 0 0.75 0.11 0.67 308.44 0.6 0.21
Hex 55 15 4C 0 4B B 43 134 3C 15
Octal 125 25 114 0 113 13 103 464 74 25
Binary 1010101 10101 1001100 0 1001011 1011 1000011 100110100 111100 10101

Color Harmonies of #55154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55154C

Black with #55154C

Text Example


Text Example

White with #55154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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