Html Css Color HEX #552D58 Hot Purple

📋 copy color: '#552D58'

red 85 ◦ green 45 ◦ blue 88

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

Shades of Hot Purple #552D58

Tints of Hot Purple #552D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 38.99%
G = 20.64%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#552D58 (or 0x552D58) is known color: Hot Purple. HEX triplet: 55, 2D and 58. RGB value is (85,45,88). Sum of RGB (Red+Green+Blue) = 85+45+88=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #552D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552D58 is #AAD2A7. Grayscale: #3D3D3D. Windows color (decimal): -11195048 or 5778773. OLE color: 5778773.

HSL color Cylindrical-coordinate representation of color #552D58: hue angle of 295.81º degrees, saturation: 0.32, 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 #552D58 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 45 88 -
CMYK 0.03 0.49 0 0.65
HSL 295.81º 0.32% 0.26% -
HSV(B) 295.81º 0.49% 0.35% -
XYZ 6.45 4.51 9.76 -
YUV 61.86 142.75 144.5 -
System Red Green Blue C M Y K H S L
Decimal 85 45 88 0.03 0.49 0 0.65 295.81 0.32 0.26
Hex 55 2D 58 3 31 0 41 128 20 1A
Octal 125 55 130 3 61 0 101 450 40 32
Binary 1010101 101101 1011000 11 110001 0 1000001 100101000 100000 11010

Color Harmonies of #552D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552D58

Black with #552D58

Text Example


Text Example

White with #552D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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