Html Css Color HEX #554056 Bossanova

📋 copy color: '#554056'

red 85 ◦ green 64 ◦ blue 86

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

Shades of Bossanova #554056

Tints of Bossanova #554056

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.23%

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

R = 36.17%
G = 27.23%
B = 36.6%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554056 (or 0x554056) is known color: Bossanova. HEX triplet: 55, 40 and 56. RGB value is (85,64,86). Sum of RGB (Red+Green+Blue) = 85+64+86=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #554056 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554056 is #AABFA9. Grayscale: #484848. Windows color (decimal): -11190186 or 5652565. OLE color: 5652565.

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

Color convert

RGB 85 64 86 -
CMYK 0.01 0.26 0 0.66
HSL 297.27º 0.15% 0.29% -
HSV(B) 297.27º 0.26% 0.34% -
XYZ 7.26 6.27 9.63 -
YUV 72.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 85 64 86 0.01 0.26 0 0.66 297.27 0.15 0.29
Hex 55 40 56 1 1A 0 42 129 F 1D
Octal 125 100 126 1 32 0 102 451 17 35
Binary 1010101 1000000 1010110 1 11010 0 1000010 100101001 1111 11101

Color Harmonies of #554056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554056

Black with #554056

Text Example


Text Example

White with #554056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554056; }

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

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

background-color css

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

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

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

border-color css

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

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

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