Html Css Color HEX #553759 Hot Purple

📋 copy color: '#553759'

red 85 ◦ green 55 ◦ blue 89

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

Shades of Hot Purple #553759

Tints of Hot Purple #553759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.02%

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

R = 37.12%
G = 24.02%
B = 38.86%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553759 (or 0x553759) is known color: Hot Purple. HEX triplet: 55, 37 and 59. RGB value is (85,55,89). Sum of RGB (Red+Green+Blue) = 85+55+89=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #553759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553759 is #AAC8A6. Grayscale: #434343. Windows color (decimal): -11192487 or 5846869. OLE color: 5846869.

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

Color convert

RGB 85 55 89 -
CMYK 0.04 0.38 0 0.65
HSL 292.94º 0.24% 0.28% -
HSV(B) 292.94º 0.38% 0.35% -
XYZ 6.92 5.38 10.13 -
YUV 67.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 85 55 89 0.04 0.38 0 0.65 292.94 0.24 0.28
Hex 55 37 59 4 26 0 41 125 18 1C
Octal 125 67 131 4 46 0 101 445 30 34
Binary 1010101 110111 1011001 100 100110 0 1000001 100100101 11000 11100

Color Harmonies of #553759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553759

Black with #553759

Text Example


Text Example

White with #553759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553759; }

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

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

background-color css

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

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

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

border-color css

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

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

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