Html Css Color HEX #553348 Loulou

📋 copy color: '#553348'

red 85 ◦ green 51 ◦ blue 72

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

Shades of Loulou #553348

Tints of Loulou #553348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

 BLUE value IS 72 (28.52% from 255) = 34.62%

R = 40.87%
G = 24.52%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#553348 (or 0x553348) is known color: Loulou. HEX triplet: 55, 33 and 48. RGB value is (85,51,72). Sum of RGB (Red+Green+Blue) = 85+51+72=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #553348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553348 is #AACCB7. Grayscale: #3F3F3F. Windows color (decimal): -11193528 or 4731733. OLE color: 4731733.

HSL color Cylindrical-coordinate representation of color #553348: hue angle of 322.94º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #553348 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 72 -
CMYK 0 0.40 0.15 0.67
HSL 322.94º 0.25% 0.27% -
HSV(B) 322.94º 0.4% 0.33% -
XYZ 6.1 4.77 6.73 -
YUV 63.56 132.76 143.29 -
System Red Green Blue C M Y K H S L
Decimal 85 51 72 0 0.40 0.15 0.67 322.94 0.25 0.27
Hex 55 33 48 0 28 F 43 143 19 1B
Octal 125 63 110 0 50 17 103 503 31 33
Binary 1010101 110011 1001000 0 101000 1111 1000011 101000011 11001 11011

Color Harmonies of #553348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553348

Black with #553348

Text Example


Text Example

White with #553348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553348; }

 p { color: rgb(85,51,72); }

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

background-color css

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

 a { background-color: rgb(85,51,72); }

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

border-color css

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

 span { border-color: rgb(85,51,72); }

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