Html Css Color HEX #564C59 Fedora

📋 copy color: '#564C59'

red 86 ◦ green 76 ◦ blue 89

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

Shades of Fedora #564C59

Tints of Fedora #564C59

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.28%

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

R = 34.26%
G = 30.28%
B = 35.46%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564C59 (or 0x564C59) is known color: Fedora. HEX triplet: 56, 4C and 59. RGB value is (86,76,89). Sum of RGB (Red+Green+Blue) = 86+76+89=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #564C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564C59 is #A9B3A6. Grayscale: #505050. Windows color (decimal): -11121575 or 5852246. OLE color: 5852246.

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

Color convert

RGB 86 76 89 -
CMYK 0.03 0.15 0 0.65
HSL 286.15º 0.08% 0.32% -
HSV(B) 286.15º 0.15% 0.35% -
XYZ 8.23 7.87 10.54 -
YUV 80.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 86 76 89 0.03 0.15 0 0.65 286.15 0.08 0.32
Hex 56 4C 59 3 F 0 41 11E 8 20
Octal 126 114 131 3 17 0 101 436 10 40
Binary 1010110 1001100 1011001 11 1111 0 1000001 100011110 1000 100000

Color Harmonies of #564C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C59

Black with #564C59

Text Example


Text Example

White with #564C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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