Html Css Color HEX #53374C Loulou

📋 copy color: '#53374C'

red 83 ◦ green 55 ◦ blue 76

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

Shades of Loulou #53374C

Tints of Loulou #53374C

RGB

 RED value IS 83 (32.81% from 255) = 38.79%

 GREEN value IS 55 (21.88% from 255) = 25.7%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 38.79%
G = 25.7%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53374C (or 0x53374C) is known color: Loulou. HEX triplet: 53, 37 and 4C. RGB value is (83,55,76). Sum of RGB (Red+Green+Blue) = 83+55+76=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53374C is #ACC8B3. Grayscale: #414141. Windows color (decimal): -11323572 or 4994899. OLE color: 4994899.

HSL color Cylindrical-coordinate representation of color #53374C: hue angle of 315º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53374C is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 76 -
CMYK 0 0.34 0.08 0.67
HSL 315º 0.2% 0.27% -
HSV(B) 315º 0.34% 0.33% -
XYZ 6.24 5.09 7.49 -
YUV 65.77 133.78 140.29 -
System Red Green Blue C M Y K H S L
Decimal 83 55 76 0 0.34 0.08 0.67 315 0.2 0.27
Hex 53 37 4C 0 22 8 43 13B 14 1B
Octal 123 67 114 0 42 10 103 473 24 33
Binary 1010011 110111 1001100 0 100010 1000 1000011 100111011 10100 11011

Color Harmonies of #53374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53374C

Black with #53374C

Text Example


Text Example

White with #53374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53374C; }

 p { color: rgb(83,55,76); }

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

background-color css

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

 a { background-color: rgb(83,55,76); }

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

border-color css

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

 span { border-color: rgb(83,55,76); }

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