Html Css Color HEX #553855 Bossanova

📋 copy color: '#553855'

red 85 ◦ green 56 ◦ blue 85

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

Shades of Bossanova #553855

Tints of Bossanova #553855

RGB

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

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

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

R = 37.61%
G = 24.78%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#553855 (or 0x553855) is known color: Bossanova. HEX triplet: 55, 38 and 55. RGB value is (85,56,85). Sum of RGB (Red+Green+Blue) = 85+56+85=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553855 is #AAC7AA. Grayscale: #434343. Windows color (decimal): -11192235 or 5584981. OLE color: 5584981.

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

Color convert

RGB 85 56 85 -
CMYK 0 0.34 0 0.67
HSL 300º 0.21% 0.28% -
HSV(B) 300º 0.34% 0.33% -
XYZ 6.8 5.42 9.28 -
YUV 67.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 85 56 85 0 0.34 0 0.67 300 0.21 0.28
Hex 55 38 55 0 22 0 43 12C 15 1C
Octal 125 70 125 0 42 0 103 454 25 34
Binary 1010101 111000 1010101 0 100010 0 1000011 100101100 10101 11100

Color Harmonies of #553855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553855

Black with #553855

Text Example


Text Example

White with #553855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553855; }

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

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

background-color css

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

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

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

border-color css

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

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

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