Html Css Color HEX #564A58 Bossanova

📋 copy color: '#564A58'

red 86 ◦ green 74 ◦ blue 88

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

Shades of Bossanova #564A58

Tints of Bossanova #564A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

 BLUE value IS 88 (34.77% from 255) = 35.48%

R = 34.68%
G = 29.84%
B = 35.48%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564A58 (or 0x564A58) is known color: Bossanova. HEX triplet: 56, 4A and 58. RGB value is (86,74,88). Sum of RGB (Red+Green+Blue) = 86+74+88=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #564A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A58 is #A9B5A7. Grayscale: #4F4F4F. Windows color (decimal): -11122088 or 5786198. OLE color: 5786198.

HSL color Cylindrical-coordinate representation of color #564A58: hue angle of 291.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #564A58 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 74 88 -
CMYK 0.02 0.16 0 0.65
HSL 291.43º 0.09% 0.32% -
HSV(B) 291.43º 0.16% 0.35% -
XYZ 8.05 7.58 10.27 -
YUV 79.18 132.98 132.86 -
System Red Green Blue C M Y K H S L
Decimal 86 74 88 0.02 0.16 0 0.65 291.43 0.09 0.32
Hex 56 4A 58 2 10 0 41 123 9 20
Octal 126 112 130 2 20 0 101 443 11 40
Binary 1010110 1001010 1011000 10 10000 0 1000001 100100011 1001 100000

Color Harmonies of #564A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A58

Black with #564A58

Text Example


Text Example

White with #564A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564A58; }

 p { color: rgb(86,74,88); }

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

background-color css

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

 a { background-color: rgb(86,74,88); }

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

border-color css

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

 span { border-color: rgb(86,74,88); }

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