Html Css Color HEX #55264C Loulou

📋 copy color: '#55264C'

red 85 ◦ green 38 ◦ blue 76

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

Shades of Loulou #55264C

Tints of Loulou #55264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 42.71%
G = 19.1%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#55264C (or 0x55264C) is known color: Loulou. HEX triplet: 55, 26 and 4C. RGB value is (85,38,76). Sum of RGB (Red+Green+Blue) = 85+38+76=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 85 - color contains mainly: red. Hex color #55264C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55264C is #AAD9B3. Grayscale: #383838. Windows color (decimal): -11196852 or 4990549. OLE color: 4990549.

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

Color convert

RGB 85 38 76 -
CMYK 0 0.55 0.11 0.67
HSL 311.49º 0.38% 0.24% -
HSV(B) 311.49º 0.55% 0.33% -
XYZ 5.74 3.84 7.28 -
YUV 56.39 139.07 148.41 -
System Red Green Blue C M Y K H S L
Decimal 85 38 76 0 0.55 0.11 0.67 311.49 0.38 0.24
Hex 55 26 4C 0 37 B 43 137 26 18
Octal 125 46 114 0 67 13 103 467 46 30
Binary 1010101 100110 1001100 0 110111 1011 1000011 100110111 100110 11000

Color Harmonies of #55264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55264C

Black with #55264C

Text Example


Text Example

White with #55264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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