Html Css Color HEX #553859 Hot Purple

📋 copy color: '#553859'

red 85 ◦ green 56 ◦ blue 89

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

Shades of Hot Purple #553859

Tints of Hot Purple #553859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 36.96%
G = 24.35%
B = 38.7%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#553859 (or 0x553859) is known color: Hot Purple. HEX triplet: 55, 38 and 59. RGB value is (85,56,89). Sum of RGB (Red+Green+Blue) = 85+56+89=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 89 - color contains mainly: blue. Hex color #553859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553859 is #AAC7A6. Grayscale: #444444. Windows color (decimal): -11192231 or 5847125. OLE color: 5847125.

HSL color Cylindrical-coordinate representation of color #553859: hue angle of 292.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #553859 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 56 89 -
CMYK 0.04 0.37 0 0.65
HSL 292.73º 0.23% 0.28% -
HSV(B) 292.73º 0.37% 0.35% -
XYZ 6.96 5.48 10.14 -
YUV 68.43 139.61 139.82 -
System Red Green Blue C M Y K H S L
Decimal 85 56 89 0.04 0.37 0 0.65 292.73 0.23 0.28
Hex 55 38 59 4 25 0 41 125 17 1C
Octal 125 70 131 4 45 0 101 445 27 34
Binary 1010101 111000 1011001 100 100101 0 1000001 100100101 10111 11100

Color Harmonies of #553859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553859

Black with #553859

Text Example


Text Example

White with #553859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553859; }

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

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

background-color css

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

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

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

border-color css

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

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

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