Html Css Color HEX #592550 Loulou

📋 copy color: '#592550'

red 89 ◦ green 37 ◦ blue 80

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

Shades of Loulou #592550

Tints of Loulou #592550

RGB

 RED value IS 89 (35.16% from 255) = 43.2%

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 43.2%
G = 17.96%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#592550 (or 0x592550) is known color: Loulou. HEX triplet: 59, 25 and 50. RGB value is (89,37,80). Sum of RGB (Red+Green+Blue) = 89+37+80=206 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.20% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 89 - color contains mainly: red. Hex color #592550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592550 is #A6DAAF. Grayscale: #393939. Windows color (decimal): -10934960 or 5252441. OLE color: 5252441.

HSL color Cylindrical-coordinate representation of color #592550: hue angle of 310.38º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #592550 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 37 80 -
CMYK 0 0.58 0.10 0.65
HSL 310.38º 0.41% 0.25% -
HSV(B) 310.38º 0.58% 0.35% -
XYZ 6.23 4.03 8.04 -
YUV 57.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 89 37 80 0 0.58 0.10 0.65 310.38 0.41 0.25
Hex 59 25 50 0 3A A 41 136 29 19
Octal 131 45 120 0 72 12 101 466 51 31
Binary 1011001 100101 1010000 0 111010 1010 1000001 100110110 101001 11001

Color Harmonies of #592550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592550

Black with #592550

Text Example


Text Example

White with #592550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592550; }

 p { color: rgb(89,37,80); }

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

background-color css

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

 a { background-color: rgb(89,37,80); }

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

border-color css

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

 span { border-color: rgb(89,37,80); }

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