Html Css Color HEX #564157 Bossanova

📋 copy color: '#564157'

red 86 ◦ green 65 ◦ blue 87

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

Shades of Bossanova #564157

Tints of Bossanova #564157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 36.13%
G = 27.31%
B = 36.55%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564157 (or 0x564157) is known color: Bossanova. HEX triplet: 56, 41 and 57. RGB value is (86,65,87). Sum of RGB (Red+Green+Blue) = 86+65+87=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 87 - color contains mainly: blue. Hex color #564157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564157 is #A9BEA8. Grayscale: #494949. Windows color (decimal): -11124393 or 5718358. OLE color: 5718358.

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

Color convert

RGB 86 65 87 -
CMYK 0.01 0.25 0 0.66
HSL 297.27º 0.14% 0.3% -
HSV(B) 297.27º 0.25% 0.34% -
XYZ 7.45 6.45 9.87 -
YUV 73.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 86 65 87 0.01 0.25 0 0.66 297.27 0.14 0.3
Hex 56 41 57 1 19 0 42 129 E 1E
Octal 126 101 127 1 31 0 102 451 16 36
Binary 1010110 1000001 1010111 1 11001 0 1000010 100101001 1110 11110

Color Harmonies of #564157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564157

Black with #564157

Text Example


Text Example

White with #564157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564157; }

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

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

background-color css

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

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

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

border-color css

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

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

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