Html Css Color HEX #564A59 Fedora

📋 copy color: '#564A59'

red 86 ◦ green 74 ◦ blue 89

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

Shades of Fedora #564A59

Tints of Fedora #564A59

RGB

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

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

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

R = 34.54%
G = 29.72%
B = 35.74%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564A59 (or 0x564A59) is known color: Fedora. HEX triplet: 56, 4A and 59. RGB value is (86,74,89). Sum of RGB (Red+Green+Blue) = 86+74+89=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #564A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A59 is #A9B5A6. Grayscale: #4F4F4F. Windows color (decimal): -11122087 or 5851734. OLE color: 5851734.

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

Color convert

RGB 86 74 89 -
CMYK 0.03 0.17 0 0.65
HSL 288º 0.09% 0.32% -
HSV(B) 288º 0.17% 0.35% -
XYZ 8.09 7.6 10.49 -
YUV 79.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 86 74 89 0.03 0.17 0 0.65 288 0.09 0.32
Hex 56 4A 59 3 11 0 41 120 9 20
Octal 126 112 131 3 21 0 101 440 11 40
Binary 1010110 1001010 1011001 11 10001 0 1000001 100100000 1001 100000

Color Harmonies of #564A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A59

Black with #564A59

Text Example


Text Example

White with #564A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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