Html Css Color HEX #552F59 Hot Purple

📋 copy color: '#552F59'

red 85 ◦ green 47 ◦ blue 89

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

Shades of Hot Purple #552F59

Tints of Hot Purple #552F59

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.27%

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

R = 38.46%
G = 21.27%
B = 40.27%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552F59 (or 0x552F59) is known color: Hot Purple. HEX triplet: 55, 2F and 59. RGB value is (85,47,89). Sum of RGB (Red+Green+Blue) = 85+47+89=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 89 (35.16% from 255 or 40.27% from 221); Max value from RGB is 89 - color contains mainly: blue. Hex color #552F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552F59 is #AAD0A6. Grayscale: #3F3F3F. Windows color (decimal): -11194535 or 5844821. OLE color: 5844821.

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

Color convert

RGB 85 47 89 -
CMYK 0.04 0.47 0 0.65
HSL 294.29º 0.31% 0.27% -
HSV(B) 294.29º 0.47% 0.35% -
XYZ 6.57 4.69 10.01 -
YUV 63.15 142.59 143.58 -
System Red Green Blue C M Y K H S L
Decimal 85 47 89 0.04 0.47 0 0.65 294.29 0.31 0.27
Hex 55 2F 59 4 2F 0 41 126 1F 1B
Octal 125 57 131 4 57 0 101 446 37 33
Binary 1010101 101111 1011001 100 101111 0 1000001 100100110 11111 11011

Color Harmonies of #552F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552F59

Black with #552F59

Text Example


Text Example

White with #552F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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