Html Css Color HEX #53364C Loulou

📋 copy color: '#53364C'

red 83 ◦ green 54 ◦ blue 76

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

Shades of Loulou #53364C

Tints of Loulou #53364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.35%

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

R = 38.97%
G = 25.35%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53364C (or 0x53364C) is known color: Loulou. HEX triplet: 53, 36 and 4C. RGB value is (83,54,76). Sum of RGB (Red+Green+Blue) = 83+54+76=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53364C is #ACC9B3. Grayscale: #414141. Windows color (decimal): -11323828 or 4994643. OLE color: 4994643.

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

Color convert

RGB 83 54 76 -
CMYK 0 0.35 0.08 0.67
HSL 314.48º 0.21% 0.27% -
HSV(B) 314.48º 0.35% 0.33% -
XYZ 6.19 5 7.48 -
YUV 65.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 83 54 76 0 0.35 0.08 0.67 314.48 0.21 0.27
Hex 53 36 4C 0 23 8 43 13A 15 1B
Octal 123 66 114 0 43 10 103 472 25 33
Binary 1010011 110110 1001100 0 100011 1000 1000011 100111010 10101 11011

Color Harmonies of #53364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53364C

Black with #53364C

Text Example


Text Example

White with #53364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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