Html Css Color HEX #553051 Loulou

📋 copy color: '#553051'

red 85 ◦ green 48 ◦ blue 81

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

Shades of Loulou #553051

Tints of Loulou #553051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

 BLUE value IS 81 (32.03% from 255) = 37.85%

R = 39.72%
G = 22.43%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#553051 (or 0x553051) is known color: Loulou. HEX triplet: 55, 30 and 51. RGB value is (85,48,81). Sum of RGB (Red+Green+Blue) = 85+48+81=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #553051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553051 is #AACFAE. Grayscale: #3E3E3E. Windows color (decimal): -11194287 or 5320789. OLE color: 5320789.

HSL color Cylindrical-coordinate representation of color #553051: hue angle of 306.49º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553051 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 48 81 -
CMYK 0 0.44 0.05 0.67
HSL 306.49º 0.28% 0.26% -
HSV(B) 306.49º 0.44% 0.33% -
XYZ 6.29 4.64 8.35 -
YUV 62.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 85 48 81 0 0.44 0.05 0.67 306.49 0.28 0.26
Hex 55 30 51 0 2C 5 43 132 1C 1A
Octal 125 60 121 0 54 5 103 462 34 32
Binary 1010101 110000 1010001 0 101100 101 1000011 100110010 11100 11010

Color Harmonies of #553051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553051

Black with #553051

Text Example


Text Example

White with #553051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553051; }

 p { color: rgb(85,48,81); }

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

background-color css

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

 a { background-color: rgb(85,48,81); }

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

border-color css

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

 span { border-color: rgb(85,48,81); }

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