Html Css Color HEX #553955 Bossanova

📋 copy color: '#553955'

red 85 ◦ green 57 ◦ blue 85

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

Shades of Bossanova #553955

Tints of Bossanova #553955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.11%

 BLUE value IS 85 (33.59% from 255) = 37.44%

R = 37.44%
G = 25.11%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#553955 (or 0x553955) is known color: Bossanova. HEX triplet: 55, 39 and 55. RGB value is (85,57,85). Sum of RGB (Red+Green+Blue) = 85+57+85=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 85 (33.59% from 255 or 37.44% from 227); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553955 is #AAC6AA. Grayscale: #444444. Windows color (decimal): -11191979 or 5585237. OLE color: 5585237.

HSL color Cylindrical-coordinate representation of color #553955: hue angle of 300º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553955 is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 85 -
CMYK 0 0.33 0 0.67
HSL 300º 0.2% 0.28% -
HSV(B) 300º 0.33% 0.33% -
XYZ 6.85 5.51 9.3 -
YUV 68.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 85 57 85 0 0.33 0 0.67 300 0.2 0.28
Hex 55 39 55 0 21 0 43 12C 14 1C
Octal 125 71 125 0 41 0 103 454 24 34
Binary 1010101 111001 1010101 0 100001 0 1000011 100101100 10100 11100

Color Harmonies of #553955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553955

Black with #553955

Text Example


Text Example

White with #553955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553955; }

 p { color: rgb(85,57,85); }

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

background-color css

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

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

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

border-color css

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

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

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