Html Css Color HEX #565157 Fedora

📋 copy color: '#565157'

red 86 ◦ green 81 ◦ blue 87

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

Shades of Fedora #565157

Tints of Fedora #565157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 33.86%
G = 31.89%
B = 34.25%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#565157 (or 0x565157) is known color: Fedora. HEX triplet: 56, 51 and 57. RGB value is (86,81,87). Sum of RGB (Red+Green+Blue) = 86+81+87=254 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.86% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 87 - color contains mainly: blue. Hex color #565157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565157 is #A9AEA8. Grayscale: #535353. Windows color (decimal): -11120297 or 5722454. OLE color: 5722454.

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

Color convert

RGB 86 81 87 -
CMYK 0.01 0.07 0 0.66
HSL 290º 0.04% 0.33% -
HSV(B) 290º 0.07% 0.34% -
XYZ 8.5 8.55 10.22 -
YUV 83.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 86 81 87 0.01 0.07 0 0.66 290 0.04 0.33
Hex 56 51 57 1 7 0 42 122 4 21
Octal 126 121 127 1 7 0 102 442 4 41
Binary 1010110 1010001 1010111 1 111 0 1000010 100100010 100 100001

Color Harmonies of #565157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565157

Black with #565157

Text Example


Text Example

White with #565157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565157; }

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

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

background-color css

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

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

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

border-color css

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

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

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