Html Css Color HEX #554656 Bossanova

📋 copy color: '#554656'

red 85 ◦ green 70 ◦ blue 86

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

Shades of Bossanova #554656

Tints of Bossanova #554656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.05%

 BLUE value IS 86 (33.98% from 255) = 35.68%

R = 35.27%
G = 29.05%
B = 35.68%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554656 (or 0x554656) is known color: Bossanova. HEX triplet: 55, 46 and 56. RGB value is (85,70,86). Sum of RGB (Red+Green+Blue) = 85+70+86=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 86 - color contains mainly: blue. Hex color #554656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554656 is #AAB9A9. Grayscale: #4C4C4C. Windows color (decimal): -11188650 or 5654101. OLE color: 5654101.

HSL color Cylindrical-coordinate representation of color #554656: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #554656 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 70 86 -
CMYK 0.01 0.19 0 0.66
HSL 296.25º 0.1% 0.31% -
HSV(B) 296.25º 0.19% 0.34% -
XYZ 7.62 6.98 9.75 -
YUV 76.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 85 70 86 0.01 0.19 0 0.66 296.25 0.1 0.31
Hex 55 46 56 1 13 0 42 128 A 1F
Octal 125 106 126 1 23 0 102 450 12 37
Binary 1010101 1000110 1010110 1 10011 0 1000010 100101000 1010 11111

Color Harmonies of #554656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554656

Black with #554656

Text Example


Text Example

White with #554656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554656; }

 p { color: rgb(85,70,86); }

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

background-color css

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

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

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

border-color css

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

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

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