Html Css Color HEX #552656 Hot Purple

📋 copy color: '#552656'

red 85 ◦ green 38 ◦ blue 86

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

Shades of Hot Purple #552656

Tints of Hot Purple #552656

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

 BLUE value IS 86 (33.98% from 255) = 41.15%

R = 40.67%
G = 18.18%
B = 41.15%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#552656 (or 0x552656) is known color: Hot Purple. HEX triplet: 55, 26 and 56. RGB value is (85,38,86). Sum of RGB (Red+Green+Blue) = 85+38+86=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #552656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #552656 is #AAD9A9. Grayscale: #393939. Windows color (decimal): -11196842 or 5645909. OLE color: 5645909.

HSL color Cylindrical-coordinate representation of color #552656: hue angle of 298.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #552656 is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 38 86 -
CMYK 0.01 0.56 0 0.66
HSL 298.75º 0.39% 0.24% -
HSV(B) 298.75º 0.56% 0.34% -
XYZ 6.12 3.99 9.25 -
YUV 57.53 144.07 147.6 -
System Red Green Blue C M Y K H S L
Decimal 85 38 86 0.01 0.56 0 0.66 298.75 0.39 0.24
Hex 55 26 56 1 38 0 42 12B 27 18
Octal 125 46 126 1 70 0 102 453 47 30
Binary 1010101 100110 1010110 1 111000 0 1000010 100101011 100111 11000

Color Harmonies of #552656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552656

Black with #552656

Text Example


Text Example

White with #552656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552656; }

 p { color: rgb(85,38,86); }

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

background-color css

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

 a { background-color: rgb(85,38,86); }

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

border-color css

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

 span { border-color: rgb(85,38,86); }

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