Html Css Color HEX #55294F Loulou

📋 copy color: '#55294F'

red 85 ◦ green 41 ◦ blue 79

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

Shades of Loulou #55294F

Tints of Loulou #55294F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20%

 BLUE value IS 79 (31.25% from 255) = 38.54%

R = 41.46%
G = 20%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#55294F (or 0x55294F) is known color: Loulou. HEX triplet: 55, 29 and 4F. RGB value is (85,41,79). Sum of RGB (Red+Green+Blue) = 85+41+79=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 85 - color contains mainly: red. Hex color #55294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55294F is #AAD6B0. Grayscale: #3A3A3A. Windows color (decimal): -11196081 or 5187925. OLE color: 5187925.

HSL color Cylindrical-coordinate representation of color #55294F: hue angle of 308.18º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55294F is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 41 79 -
CMYK 0 0.52 0.07 0.67
HSL 308.18º 0.35% 0.25% -
HSV(B) 308.18º 0.52% 0.33% -
XYZ 5.95 4.08 7.87 -
YUV 58.49 139.58 146.91 -
System Red Green Blue C M Y K H S L
Decimal 85 41 79 0 0.52 0.07 0.67 308.18 0.35 0.25
Hex 55 29 4F 0 34 7 43 134 23 19
Octal 125 51 117 0 64 7 103 464 43 31
Binary 1010101 101001 1001111 0 110100 111 1000011 100110100 100011 11001

Color Harmonies of #55294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55294F

Black with #55294F

Text Example


Text Example

White with #55294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55294F; }

 p { color: rgb(85,41,79); }

 H1.HeaderClassName
 {
   color: #55294F;
 }
 .AnyTagClassName
 {
   color: #55294F;
 }
</style>

background-color css

<style>
 a { background-color: #55294F; }

 a { background-color: rgb(85,41,79); }

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

border-color css

<style>
 span { border-color: #55294F; }

 span { border-color: rgb(85,41,79); }

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