Html Css Color HEX #564258 Bossanova

📋 copy color: '#564258'

red 86 ◦ green 66 ◦ blue 88

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

Shades of Bossanova #564258

Tints of Bossanova #564258

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 35.83%
G = 27.5%
B = 36.67%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564258 (or 0x564258) is known color: Bossanova. HEX triplet: 56, 42 and 58. RGB value is (86,66,88). Sum of RGB (Red+Green+Blue) = 86+66+88=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #564258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564258 is #A9BDA7. Grayscale: #4A4A4A. Windows color (decimal): -11124136 or 5784150. OLE color: 5784150.

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

Color convert

RGB 86 66 88 -
CMYK 0.02 0.25 0 0.65
HSL 294.55º 0.14% 0.3% -
HSV(B) 294.55º 0.25% 0.35% -
XYZ 7.55 6.58 10.1 -
YUV 74.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 86 66 88 0.02 0.25 0 0.65 294.55 0.14 0.3
Hex 56 42 58 2 19 0 41 127 E 1E
Octal 126 102 130 2 31 0 101 447 16 36
Binary 1010110 1000010 1011000 10 11001 0 1000001 100100111 1110 11110

Color Harmonies of #564258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564258

Black with #564258

Text Example


Text Example

White with #564258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564258; }

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

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

background-color css

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

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

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

border-color css

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

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

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