Html Css Color HEX #564E57 Fedora

📋 copy color: '#564E57'

red 86 ◦ green 78 ◦ blue 87

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

Shades of Fedora #564E57

Tints of Fedora #564E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.08%

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

R = 34.26%
G = 31.08%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564E57 (or 0x564E57) is known color: Fedora. HEX triplet: 56, 4E and 57. RGB value is (86,78,87). Sum of RGB (Red+Green+Blue) = 86+78+87=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 87 (34.38% from 255 or 34.66% from 251); Max value from RGB is 87 - color contains mainly: blue. Hex color #564E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564E57 is #A9B1A8. Grayscale: #515151. Windows color (decimal): -11121065 or 5721686. OLE color: 5721686.

HSL color Cylindrical-coordinate representation of color #564E57: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564E57 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 87 -
CMYK 0.01 0.10 0 0.66
HSL 293.33º 0.05% 0.32% -
HSV(B) 293.33º 0.1% 0.34% -
XYZ 8.28 8.12 10.15 -
YUV 81.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 86 78 87 0.01 0.10 0 0.66 293.33 0.05 0.32
Hex 56 4E 57 1 A 0 42 125 5 20
Octal 126 116 127 1 12 0 102 445 5 40
Binary 1010110 1001110 1010111 1 1010 0 1000010 100100101 101 100000

Color Harmonies of #564E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E57

Black with #564E57

Text Example


Text Example

White with #564E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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