Html Css Color HEX #56475A Bossanova

📋 copy color: '#56475A'

red 86 ◦ green 71 ◦ blue 90

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

Shades of Bossanova #56475A

Tints of Bossanova #56475A

RGB

 RED value IS 86 (33.98% from 255) = 34.82%

 GREEN value IS 71 (28.13% from 255) = 28.74%

 BLUE value IS 90 (35.55% from 255) = 36.44%

R = 34.82%
G = 28.74%
B = 36.44%

CMYK

 C value IS 0.04

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#56475A (or 0x56475A) is known color: Bossanova. HEX triplet: 56, 47 and 5A. RGB value is (86,71,90). Sum of RGB (Red+Green+Blue) = 86+71+90=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #56475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56475A is #A9B8A5. Grayscale: #4D4D4D. Windows color (decimal): -11122854 or 5916502. OLE color: 5916502.

HSL color Cylindrical-coordinate representation of color #56475A: hue angle of 287.37º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #56475A is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 71 90 -
CMYK 0.04 0.21 0 0.65
HSL 287.37º 0.12% 0.32% -
HSV(B) 287.37º 0.21% 0.35% -
XYZ 7.94 7.22 10.65 -
YUV 77.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 86 71 90 0.04 0.21 0 0.65 287.37 0.12 0.32
Hex 56 47 5A 4 15 0 41 11F C 20
Octal 126 107 132 4 25 0 101 437 14 40
Binary 1010110 1000111 1011010 100 10101 0 1000001 100011111 1100 100000

Color Harmonies of #56475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56475A

Black with #56475A

Text Example


Text Example

White with #56475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56475A; }

 p { color: rgb(86,71,90); }

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

background-color css

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

 a { background-color: rgb(86,71,90); }

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

border-color css

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

 span { border-color: rgb(86,71,90); }

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