Html Css Color HEX #55244C Loulou

📋 copy color: '#55244C'

red 85 ◦ green 36 ◦ blue 76

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

Shades of Loulou #55244C

Tints of Loulou #55244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.27%

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

R = 43.15%
G = 18.27%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55244C (or 0x55244C) is known color: Loulou. HEX triplet: 55, 24 and 4C. RGB value is (85,36,76). Sum of RGB (Red+Green+Blue) = 85+36+76=197 (26% of max value = 765). Red value is 85 (33.59% from 255 or 43.15% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 85 - color contains mainly: red. Hex color #55244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55244C is #AADBB3. Grayscale: #373737. Windows color (decimal): -11197364 or 4990037. OLE color: 4990037.

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

Color convert

RGB 85 36 76 -
CMYK 0 0.58 0.11 0.67
HSL 311.02º 0.4% 0.24% -
HSV(B) 311.02º 0.58% 0.33% -
XYZ 5.68 3.71 7.26 -
YUV 55.21 139.73 149.25 -
System Red Green Blue C M Y K H S L
Decimal 85 36 76 0 0.58 0.11 0.67 311.02 0.4 0.24
Hex 55 24 4C 0 3A B 43 137 28 18
Octal 125 44 114 0 72 13 103 467 50 30
Binary 1010101 100100 1001100 0 111010 1011 1000011 100110111 101000 11000

Color Harmonies of #55244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55244C

Black with #55244C

Text Example


Text Example

White with #55244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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