Html Css Color HEX #592C55 Palatinate Purple

📋 copy color: '#592C55'

red 89 ◦ green 44 ◦ blue 85

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

Shades of Palatinate Purple #592C55

Tints of Palatinate Purple #592C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.18%

 BLUE value IS 85 (33.59% from 255) = 38.99%

R = 40.83%
G = 20.18%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592C55 (or 0x592C55) is known color: Palatinate Purple. HEX triplet: 59, 2C and 55. RGB value is (89,44,85). Sum of RGB (Red+Green+Blue) = 89+44+85=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #592C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592C55 is #A6D3AA. Grayscale: #3E3E3E. Windows color (decimal): -10933163 or 5581913. OLE color: 5581913.

HSL color Cylindrical-coordinate representation of color #592C55: hue angle of 305.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #592C55 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 44 85 -
CMYK 0 0.51 0.04 0.65
HSL 305.33º 0.34% 0.26% -
HSV(B) 305.33º 0.51% 0.35% -
XYZ 6.66 4.58 9.13 -
YUV 62.13 140.91 147.17 -
System Red Green Blue C M Y K H S L
Decimal 89 44 85 0 0.51 0.04 0.65 305.33 0.34 0.26
Hex 59 2C 55 0 33 4 41 131 22 1A
Octal 131 54 125 0 63 4 101 461 42 32
Binary 1011001 101100 1010101 0 110011 100 1000001 100110001 100010 11010

Color Harmonies of #592C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592C55

Black with #592C55

Text Example


Text Example

White with #592C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #592C55; }

 p { color: rgb(89,44,85); }

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

background-color css

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

 a { background-color: rgb(89,44,85); }

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

border-color css

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

 span { border-color: rgb(89,44,85); }

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