Html Css Color HEX #53264E Loulou

📋 copy color: '#53264E'

red 83 ◦ green 38 ◦ blue 78

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

Shades of Loulou #53264E

Tints of Loulou #53264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.1%

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

R = 41.71%
G = 19.1%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53264E (or 0x53264E) is known color: Loulou. HEX triplet: 53, 26 and 4E. RGB value is (83,38,78). Sum of RGB (Red+Green+Blue) = 83+38+78=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53264E is #ACD9B1. Grayscale: #373737. Windows color (decimal): -11327922 or 5121619. OLE color: 5121619.

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

Color convert

RGB 83 38 78 -
CMYK 0 0.54 0.06 0.67
HSL 306.67º 0.37% 0.24% -
HSV(B) 306.67º 0.54% 0.33% -
XYZ 5.64 3.78 7.64 -
YUV 56.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 83 38 78 0 0.54 0.06 0.67 306.67 0.37 0.24
Hex 53 26 4E 0 36 6 43 133 25 18
Octal 123 46 116 0 66 6 103 463 45 30
Binary 1010011 100110 1001110 0 110110 110 1000011 100110011 100101 11000

Color Harmonies of #53264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53264E

Black with #53264E

Text Example


Text Example

White with #53264E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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