Html Css Color HEX #592D55 Palatinate Purple

📋 copy color: '#592D55'

red 89 ◦ green 45 ◦ blue 85

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

Shades of Palatinate Purple #592D55

Tints of Palatinate Purple #592D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.55%

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

R = 40.64%
G = 20.55%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#592D55 (or 0x592D55) is known color: Palatinate Purple. HEX triplet: 59, 2D and 55. RGB value is (89,45,85). Sum of RGB (Red+Green+Blue) = 89+45+85=219 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.64% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 89 - color contains mainly: red. Hex color #592D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #592D55 is #A6D2AA. Grayscale: #3E3E3E. Windows color (decimal): -10932907 or 5582169. OLE color: 5582169.

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

Color convert

RGB 89 45 85 -
CMYK 0 0.49 0.04 0.65
HSL 305.45º 0.33% 0.26% -
HSV(B) 305.45º 0.49% 0.35% -
XYZ 6.7 4.66 9.14 -
YUV 62.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 89 45 85 0 0.49 0.04 0.65 305.45 0.33 0.26
Hex 59 2D 55 0 31 4 41 131 21 1A
Octal 131 55 125 0 61 4 101 461 41 32
Binary 1011001 101101 1010101 0 110001 100 1000001 100110001 100001 11010

Color Harmonies of #592D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #592D55

Black with #592D55

Text Example


Text Example

White with #592D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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