Html Css Color HEX #55224E Loulou

📋 copy color: '#55224E'

red 85 ◦ green 34 ◦ blue 78

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

Shades of Loulou #55224E

Tints of Loulou #55224E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 43.15%
G = 17.26%
B = 39.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#55224E (or 0x55224E) is known color: Loulou. HEX triplet: 55, 22 and 4E. RGB value is (85,34,78). Sum of RGB (Red+Green+Blue) = 85+34+78=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55224E is #AADDB1. Grayscale: #363636. Windows color (decimal): -11197874 or 5120597. OLE color: 5120597.

HSL color Cylindrical-coordinate representation of color #55224E: hue angle of 308.24º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55224E is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 34 78 -
CMYK 0 0.60 0.08 0.67
HSL 308.24º 0.43% 0.23% -
HSV(B) 308.24º 0.6% 0.33% -
XYZ 5.69 3.63 7.61 -
YUV 54.27 141.4 149.92 -
System Red Green Blue C M Y K H S L
Decimal 85 34 78 0 0.60 0.08 0.67 308.24 0.43 0.23
Hex 55 22 4E 0 3C 8 43 134 2B 17
Octal 125 42 116 0 74 10 103 464 53 27
Binary 1010101 100010 1001110 0 111100 1000 1000011 100110100 101011 10111

Color Harmonies of #55224E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55224E

Black with #55224E

Text Example


Text Example

White with #55224E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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