Html Css Color HEX #564159 Bossanova

📋 copy color: '#564159'

red 86 ◦ green 65 ◦ blue 89

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

Shades of Bossanova #564159

Tints of Bossanova #564159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 35.83%
G = 27.08%
B = 37.08%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564159 (or 0x564159) is known color: Bossanova. HEX triplet: 56, 41 and 59. RGB value is (86,65,89). Sum of RGB (Red+Green+Blue) = 86+65+89=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #564159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564159 is #A9BEA6. Grayscale: #494949. Windows color (decimal): -11124391 or 5849430. OLE color: 5849430.

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

Color convert

RGB 86 65 89 -
CMYK 0.03 0.27 0 0.65
HSL 292.5º 0.16% 0.3% -
HSV(B) 292.5º 0.27% 0.35% -
XYZ 7.53 6.48 10.31 -
YUV 74.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 86 65 89 0.03 0.27 0 0.65 292.5 0.16 0.3
Hex 56 41 59 3 1B 0 41 124 10 1E
Octal 126 101 131 3 33 0 101 444 20 36
Binary 1010110 1000001 1011001 11 11011 0 1000001 100100100 10000 11110

Color Harmonies of #564159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564159

Black with #564159

Text Example


Text Example

White with #564159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564159; }

 p { color: rgb(86,65,89); }

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

background-color css

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

 a { background-color: rgb(86,65,89); }

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

border-color css

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

 span { border-color: rgb(86,65,89); }

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