Html Css Color HEX #552450 Loulou

📋 copy color: '#552450'

red 85 ◦ green 36 ◦ blue 80

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

Shades of Loulou #552450

Tints of Loulou #552450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 42.29%
G = 17.91%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#552450 (or 0x552450) is known color: Loulou. HEX triplet: 55, 24 and 50. RGB value is (85,36,80). Sum of RGB (Red+Green+Blue) = 85+36+80=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #552450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552450 is #AADBAF. Grayscale: #373737. Windows color (decimal): -11197360 or 5252181. OLE color: 5252181.

HSL color Cylindrical-coordinate representation of color #552450: hue angle of 306.12º 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 #552450 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 36 80 -
CMYK 0 0.58 0.06 0.67
HSL 306.12º 0.4% 0.24% -
HSV(B) 306.12º 0.58% 0.33% -
XYZ 5.83 3.77 8.01 -
YUV 55.67 141.73 148.92 -
System Red Green Blue C M Y K H S L
Decimal 85 36 80 0 0.58 0.06 0.67 306.12 0.4 0.24
Hex 55 24 50 0 3A 6 43 132 28 18
Octal 125 44 120 0 72 6 103 462 50 30
Binary 1010101 100100 1010000 0 111010 110 1000011 100110010 101000 11000

Color Harmonies of #552450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552450

Black with #552450

Text Example


Text Example

White with #552450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552450; }

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

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

background-color css

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

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

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

border-color css

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

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

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