Html Css Color HEX #564F58 Fedora

📋 copy color: '#564F58'

red 86 ◦ green 79 ◦ blue 88

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

Shades of Fedora #564F58

Tints of Fedora #564F58

RGB

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

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

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

R = 33.99%
G = 31.23%
B = 34.78%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#564F58 (or 0x564F58) is known color: Fedora. HEX triplet: 56, 4F and 58. RGB value is (86,79,88). Sum of RGB (Red+Green+Blue) = 86+79+88=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 79 (31.25% from 255 or 31.23% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 88 - color contains mainly: blue. Hex color #564F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F58 is #A9B0A7. Grayscale: #525252. Windows color (decimal): -11120808 or 5787478. OLE color: 5787478.

HSL color Cylindrical-coordinate representation of color #564F58: hue angle of 286.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #564F58 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 79 88 -
CMYK 0.02 0.10 0 0.65
HSL 286.67º 0.05% 0.33% -
HSV(B) 286.67º 0.1% 0.35% -
XYZ 8.4 8.27 10.39 -
YUV 82.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 86 79 88 0.02 0.10 0 0.65 286.67 0.05 0.33
Hex 56 4F 58 2 A 0 41 11F 5 21
Octal 126 117 130 2 12 0 101 437 5 41
Binary 1010110 1001111 1011000 10 1010 0 1000001 100011111 101 100001

Color Harmonies of #564F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564F58

Black with #564F58

Text Example


Text Example

White with #564F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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