Html Css Color HEX #55204B Loulou

📋 copy color: '#55204B'

red 85 ◦ green 32 ◦ blue 75

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

Shades of Loulou #55204B

Tints of Loulou #55204B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

 BLUE value IS 75 (29.69% from 255) = 39.06%

R = 44.27%
G = 16.67%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#55204B (or 0x55204B) is known color: Loulou. HEX triplet: 55, 20 and 4B. RGB value is (85,32,75). Sum of RGB (Red+Green+Blue) = 85+32+75=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 85 - color contains mainly: red. Hex color #55204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55204B is #AADFB4. Grayscale: #343434. Windows color (decimal): -11198389 or 4923477. OLE color: 4923477.

HSL color Cylindrical-coordinate representation of color #55204B: hue angle of 311.32º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55204B is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 32 75 -
CMYK 0 0.62 0.12 0.67
HSL 311.32º 0.45% 0.23% -
HSV(B) 311.32º 0.62% 0.33% -
XYZ 5.53 3.47 7.04 -
YUV 52.75 140.56 151 -
System Red Green Blue C M Y K H S L
Decimal 85 32 75 0 0.62 0.12 0.67 311.32 0.45 0.23
Hex 55 20 4B 0 3E C 43 137 2D 17
Octal 125 40 113 0 76 14 103 467 55 27
Binary 1010101 100000 1001011 0 111110 1100 1000011 100110111 101101 10111

Color Harmonies of #55204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55204B

Black with #55204B

Text Example


Text Example

White with #55204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55204B; }

 p { color: rgb(85,32,75); }

 H1.HeaderClassName
 {
   color: #55204B;
 }
 .AnyTagClassName
 {
   color: #55204B;
 }
</style>

background-color css

<style>
 a { background-color: #55204B; }

 a { background-color: rgb(85,32,75); }

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

border-color css

<style>
 span { border-color: #55204B; }

 span { border-color: rgb(85,32,75); }

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