Html Css Color HEX #554155 Bossanova

📋 copy color: '#554155'

red 85 ◦ green 65 ◦ blue 85

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

Shades of Bossanova #554155

Tints of Bossanova #554155

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

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

R = 36.17%
G = 27.66%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#554155 (or 0x554155) is known color: Bossanova. HEX triplet: 55, 41 and 55. RGB value is (85,65,85). Sum of RGB (Red+Green+Blue) = 85+65+85=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554155 is #AABEAA. Grayscale: #494949. Windows color (decimal): -11189931 or 5587285. OLE color: 5587285.

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

Color convert

RGB 85 65 85 -
CMYK 0 0.24 0 0.67
HSL 300º 0.13% 0.29% -
HSV(B) 300º 0.24% 0.33% -
XYZ 7.28 6.37 9.44 -
YUV 73.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 85 65 85 0 0.24 0 0.67 300 0.13 0.29
Hex 55 41 55 0 18 0 43 12C D 1D
Octal 125 101 125 0 30 0 103 454 15 35
Binary 1010101 1000001 1010101 0 11000 0 1000011 100101100 1101 11101

Color Harmonies of #554155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554155

Black with #554155

Text Example


Text Example

White with #554155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554155; }

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

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

background-color css

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

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

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

border-color css

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

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

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