Html Css Color HEX #554356 Bossanova

📋 copy color: '#554356'

red 85 ◦ green 67 ◦ blue 86

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

Shades of Bossanova #554356

Tints of Bossanova #554356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.15%

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

R = 35.71%
G = 28.15%
B = 36.13%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#554356 (or 0x554356) is known color: Bossanova. HEX triplet: 55, 43 and 56. RGB value is (85,67,86). Sum of RGB (Red+Green+Blue) = 85+67+86=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #554356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554356 is #AABCA9. Grayscale: #4A4A4A. Windows color (decimal): -11189418 or 5653333. OLE color: 5653333.

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

Color convert

RGB 85 67 86 -
CMYK 0.01 0.22 0 0.66
HSL 296.84º 0.12% 0.3% -
HSV(B) 296.84º 0.22% 0.34% -
XYZ 7.43 6.62 9.69 -
YUV 74.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 85 67 86 0.01 0.22 0 0.66 296.84 0.12 0.3
Hex 55 43 56 1 16 0 42 129 C 1E
Octal 125 103 126 1 26 0 102 451 14 36
Binary 1010101 1000011 1010110 1 10110 0 1000010 100101001 1100 11110

Color Harmonies of #554356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554356

Black with #554356

Text Example


Text Example

White with #554356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554356; }

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

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

background-color css

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

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

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

border-color css

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

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

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