Html Css Color HEX #553959 Hot Purple

📋 copy color: '#553959'

red 85 ◦ green 57 ◦ blue 89

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

Shades of Hot Purple #553959

Tints of Hot Purple #553959

RGB

 RED value IS 85 (33.59% from 255) = 36.8%

 GREEN value IS 57 (22.66% from 255) = 24.68%

 BLUE value IS 89 (35.16% from 255) = 38.53%

R = 36.8%
G = 24.68%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553959 (or 0x553959) is known color: Hot Purple. HEX triplet: 55, 39 and 59. RGB value is (85,57,89). Sum of RGB (Red+Green+Blue) = 85+57+89=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #553959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553959 is #AAC6A6. Grayscale: #444444. Windows color (decimal): -11191975 or 5847381. OLE color: 5847381.

HSL color Cylindrical-coordinate representation of color #553959: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553959 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 57 89 -
CMYK 0.04 0.36 0 0.65
HSL 292.5º 0.22% 0.29% -
HSV(B) 292.5º 0.36% 0.35% -
XYZ 7.01 5.58 10.16 -
YUV 69.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 85 57 89 0.04 0.36 0 0.65 292.5 0.22 0.29
Hex 55 39 59 4 24 0 41 124 16 1D
Octal 125 71 131 4 44 0 101 444 26 35
Binary 1010101 111001 1011001 100 100100 0 1000001 100100100 10110 11101

Color Harmonies of #553959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553959

Black with #553959

Text Example


Text Example

White with #553959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553959; }

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

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

background-color css

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

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

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

border-color css

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

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

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