Html Css Color HEX #554059 Bossanova

📋 copy color: '#554059'

red 85 ◦ green 64 ◦ blue 89

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

Shades of Bossanova #554059

Tints of Bossanova #554059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 35.71%
G = 26.89%
B = 37.39%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554059 (or 0x554059) is known color: Bossanova. HEX triplet: 55, 40 and 59. RGB value is (85,64,89). Sum of RGB (Red+Green+Blue) = 85+64+89=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 89 - color contains mainly: blue. Hex color #554059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554059 is #AABFA6. Grayscale: #494949. Windows color (decimal): -11190183 or 5849173. OLE color: 5849173.

HSL color Cylindrical-coordinate representation of color #554059: hue angle of 290.4º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #554059 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 64 89 -
CMYK 0.04 0.28 0 0.65
HSL 290.4º 0.16% 0.3% -
HSV(B) 290.4º 0.28% 0.35% -
XYZ 7.38 6.32 10.28 -
YUV 73.13 136.96 136.47 -
System Red Green Blue C M Y K H S L
Decimal 85 64 89 0.04 0.28 0 0.65 290.4 0.16 0.3
Hex 55 40 59 4 1C 0 41 122 10 1E
Octal 125 100 131 4 34 0 101 442 20 36
Binary 1010101 1000000 1011001 100 11100 0 1000001 100100010 10000 11110

Color Harmonies of #554059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554059

Black with #554059

Text Example


Text Example

White with #554059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554059; }

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

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

background-color css

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

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

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

border-color css

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

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

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