Html Css Color HEX #553B5C Hot Purple

📋 copy color: '#553B5C'

red 85 ◦ green 59 ◦ blue 92

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

Shades of Hot Purple #553B5C

Tints of Hot Purple #553B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25%

 BLUE value IS 92 (36.33% from 255) = 38.98%

R = 36.02%
G = 25%
B = 38.98%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#553B5C (or 0x553B5C) is known color: Hot Purple. HEX triplet: 55, 3B and 5C. RGB value is (85,59,92). Sum of RGB (Red+Green+Blue) = 85+59+92=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 59 (23.44% from 255 or 25% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #553B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B5C is #AAC4A3. Grayscale: #464646. Windows color (decimal): -11191460 or 6044501. OLE color: 6044501.

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

Color convert

RGB 85 59 92 -
CMYK 0.08 0.36 0 0.64
HSL 287.27º 0.22% 0.3% -
HSV(B) 287.27º 0.36% 0.36% -
XYZ 7.24 5.83 10.87 -
YUV 70.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 85 59 92 0.08 0.36 0 0.64 287.27 0.22 0.3
Hex 55 3B 5C 8 24 0 40 11F 16 1E
Octal 125 73 134 10 44 0 100 437 26 36
Binary 1010101 111011 1011100 1000 100100 0 1000000 100011111 10110 11110

Color Harmonies of #553B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553B5C

Black with #553B5C

Text Example


Text Example

White with #553B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,92); }

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

background-color css

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

 a { background-color: rgb(85,59,92); }

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

border-color css

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

 span { border-color: rgb(85,59,92); }

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