Html Css Color HEX #564F57 Fedora

📋 copy color: '#564F57'

red 86 ◦ green 79 ◦ blue 87

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

Shades of Fedora #564F57

Tints of Fedora #564F57

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 34.13%
G = 31.35%
B = 34.52%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#564F57 (or 0x564F57) is known color: Fedora. HEX triplet: 56, 4F and 57. RGB value is (86,79,87). Sum of RGB (Red+Green+Blue) = 86+79+87=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 87 - color contains mainly: blue. Hex color #564F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F57 is #A9B0A8. Grayscale: #515151. Windows color (decimal): -11120809 or 5721942. OLE color: 5721942.

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

Color convert

RGB 86 79 87 -
CMYK 0.01 0.09 0 0.66
HSL 292.5º 0.05% 0.33% -
HSV(B) 292.5º 0.09% 0.34% -
XYZ 8.35 8.26 10.17 -
YUV 82.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 86 79 87 0.01 0.09 0 0.66 292.5 0.05 0.33
Hex 56 4F 57 1 9 0 42 124 5 21
Octal 126 117 127 1 11 0 102 444 5 41
Binary 1010110 1001111 1010111 1 1001 0 1000010 100100100 101 100001

Color Harmonies of #564F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F57

Black with #564F57

Text Example


Text Example

White with #564F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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