Html Css Color HEX #553A5B Hot Purple

📋 copy color: '#553A5B'

red 85 ◦ green 58 ◦ blue 91

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

Shades of Hot Purple #553A5B

Tints of Hot Purple #553A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 91 (35.94% from 255) = 38.89%

R = 36.32%
G = 24.79%
B = 38.89%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#553A5B (or 0x553A5B) is known color: Hot Purple. HEX triplet: 55, 3A and 5B. RGB value is (85,58,91). Sum of RGB (Red+Green+Blue) = 85+58+91=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #553A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A5B is #AAC5A4. Grayscale: #454545. Windows color (decimal): -11191717 or 5978709. OLE color: 5978709.

HSL color Cylindrical-coordinate representation of color #553A5B: hue angle of 289.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #553A5B is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 58 91 -
CMYK 0.07 0.36 0 0.64
HSL 289.09º 0.22% 0.29% -
HSV(B) 289.09º 0.36% 0.36% -
XYZ 7.15 5.71 10.62 -
YUV 69.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 85 58 91 0.07 0.36 0 0.64 289.09 0.22 0.29
Hex 55 3A 5B 7 24 0 40 121 16 1D
Octal 125 72 133 7 44 0 100 441 26 35
Binary 1010101 111010 1011011 111 100100 0 1000000 100100001 10110 11101

Color Harmonies of #553A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A5B

Black with #553A5B

Text Example


Text Example

White with #553A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A5B; }

 p { color: rgb(85,58,91); }

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

background-color css

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

 a { background-color: rgb(85,58,91); }

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

border-color css

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

 span { border-color: rgb(85,58,91); }

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