Html Css Color HEX #553450 Loulou

📋 copy color: '#553450'

red 85 ◦ green 52 ◦ blue 80

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

Shades of Loulou #553450

Tints of Loulou #553450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.96%

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

R = 39.17%
G = 23.96%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#553450 (or 0x553450) is known color: Loulou. HEX triplet: 55, 34 and 50. RGB value is (85,52,80). Sum of RGB (Red+Green+Blue) = 85+52+80=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553450 is #AACBAF. Grayscale: #404040. Windows color (decimal): -11193264 or 5256277. OLE color: 5256277.

HSL color Cylindrical-coordinate representation of color #553450: hue angle of 309.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #553450 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 52 80 -
CMYK 0 0.39 0.06 0.67
HSL 309.09º 0.24% 0.27% -
HSV(B) 309.09º 0.39% 0.33% -
XYZ 6.42 4.97 8.21 -
YUV 65.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 85 52 80 0 0.39 0.06 0.67 309.09 0.24 0.27
Hex 55 34 50 0 27 6 43 135 18 1B
Octal 125 64 120 0 47 6 103 465 30 33
Binary 1010101 110100 1010000 0 100111 110 1000011 100110101 11000 11011

Color Harmonies of #553450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553450

Black with #553450

Text Example


Text Example

White with #553450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553450; }

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

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

background-color css

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

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

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

border-color css

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

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

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