Html Css Color HEX #53354E Loulou

📋 copy color: '#53354E'

red 83 ◦ green 53 ◦ blue 78

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

Shades of Loulou #53354E

Tints of Loulou #53354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 38.79%
G = 24.77%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53354E (or 0x53354E) is known color: Loulou. HEX triplet: 53, 35 and 4E. RGB value is (83,53,78). Sum of RGB (Red+Green+Blue) = 83+53+78=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53354E is #ACCAB1. Grayscale: #404040. Windows color (decimal): -11324082 or 5125459. OLE color: 5125459.

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

Color convert

RGB 83 53 78 -
CMYK 0 0.36 0.06 0.67
HSL 310º 0.22% 0.27% -
HSV(B) 310º 0.36% 0.33% -
XYZ 6.22 4.94 7.83 -
YUV 64.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 83 53 78 0 0.36 0.06 0.67 310 0.22 0.27
Hex 53 35 4E 0 24 6 43 136 16 1B
Octal 123 65 116 0 44 6 103 466 26 33
Binary 1010011 110101 1001110 0 100100 110 1000011 100110110 10110 11011

Color Harmonies of #53354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53354E

Black with #53354E

Text Example


Text Example

White with #53354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53354E; }

 p { color: rgb(83,53,78); }

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

background-color css

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

 a { background-color: rgb(83,53,78); }

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

border-color css

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

 span { border-color: rgb(83,53,78); }

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