Html Css Color HEX #565059 Fedora

📋 copy color: '#565059'

red 86 ◦ green 80 ◦ blue 89

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

Shades of Fedora #565059

Tints of Fedora #565059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

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

R = 33.73%
G = 31.37%
B = 34.9%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#565059 (or 0x565059) is known color: Fedora. HEX triplet: 56, 50 and 59. RGB value is (86,80,89). Sum of RGB (Red+Green+Blue) = 86+80+89=255 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.73% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #565059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565059 is #A9AFA6. Grayscale: #525252. Windows color (decimal): -11120551 or 5853270. OLE color: 5853270.

HSL color Cylindrical-coordinate representation of color #565059: hue angle of 280º 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 #565059 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 80 89 -
CMYK 0.03 0.10 0 0.65
HSL 280º 0.05% 0.33% -
HSV(B) 280º 0.1% 0.35% -
XYZ 8.51 8.44 10.63 -
YUV 82.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 86 80 89 0.03 0.10 0 0.65 280 0.05 0.33
Hex 56 50 59 3 A 0 41 118 5 21
Octal 126 120 131 3 12 0 101 430 5 41
Binary 1010110 1010000 1011001 11 1010 0 1000001 100011000 101 100001

Color Harmonies of #565059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565059

Black with #565059

Text Example


Text Example

White with #565059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565059; }

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

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

background-color css

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

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

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

border-color css

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

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

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