Html Css Color HEX #553059 Hot Purple

📋 copy color: '#553059'

red 85 ◦ green 48 ◦ blue 89

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

Shades of Hot Purple #553059

Tints of Hot Purple #553059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 38.29%
G = 21.62%
B = 40.09%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553059 (or 0x553059) is known color: Hot Purple. HEX triplet: 55, 30 and 59. RGB value is (85,48,89). Sum of RGB (Red+Green+Blue) = 85+48+89=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 89 (35.16% from 255 or 40.09% from 222); Max value from RGB is 89 - color contains mainly: blue. Hex color #553059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553059 is #AACFA6. Grayscale: #3F3F3F. Windows color (decimal): -11194279 or 5845077. OLE color: 5845077.

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

Color convert

RGB 85 48 89 -
CMYK 0.04 0.46 0 0.65
HSL 294.15º 0.3% 0.27% -
HSV(B) 294.15º 0.46% 0.35% -
XYZ 6.61 4.77 10.02 -
YUV 63.74 142.26 143.17 -
System Red Green Blue C M Y K H S L
Decimal 85 48 89 0.04 0.46 0 0.65 294.15 0.3 0.27
Hex 55 30 59 4 2E 0 41 126 1E 1B
Octal 125 60 131 4 56 0 101 446 36 33
Binary 1010101 110000 1011001 100 101110 0 1000001 100100110 11110 11011

Color Harmonies of #553059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553059

Black with #553059

Text Example


Text Example

White with #553059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553059; }

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

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

background-color css

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

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

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

border-color css

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

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

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